From fbe1cf6ef57940ca7097d569ab7dde9eefc1d8bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 07:42:54 +0000 Subject: [PATCH] Bump NVIDIA/holodeck from 0.2.17 to 0.3.3 Bumps [NVIDIA/holodeck](https://github.com/nvidia/holodeck) from 0.2.17 to 0.3.3. - [Release notes](https://github.com/nvidia/holodeck/releases) - [Changelog](https://github.com/NVIDIA/holodeck/blob/main/CHANGELOG.md) - [Commits](https://github.com/nvidia/holodeck/compare/v0.2.17...v0.3.3) --- updated-dependencies: - dependency-name: NVIDIA/holodeck dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 99180125d..0d4785bca 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -48,7 +48,7 @@ jobs: go-version: ${{ inputs.golang_version }} - name: Set up Holodeck - uses: NVIDIA/holodeck@v0.2.17 + uses: NVIDIA/holodeck@v0.3.3 with: aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}