From 08aef25e4696d5e2c3c852844ccc358e298f5c48 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Thu, 22 Aug 2024 16:06:02 -0700 Subject: [PATCH] Set holodeck version to v0.2.1 Signed-off-by: Christopher Desiniotis --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2677dd61..a684026d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Holodeck - uses: NVIDIA/holodeck@main + uses: NVIDIA/holodeck@v0.2.1 env: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}