From fd9c64312c71e599f7ac3c13b8af0726b196776c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 13:32:35 +0000 Subject: [PATCH] Bump NVIDIA/holodeck from 0.2.13 to 0.2.17 Bumps [NVIDIA/holodeck](https://github.com/nvidia/holodeck) from 0.2.13 to 0.2.17. - [Release notes](https://github.com/nvidia/holodeck/releases) - [Commits](https://github.com/nvidia/holodeck/compare/v0.2.13...v0.2.17) --- updated-dependencies: - dependency-name: NVIDIA/holodeck dependency-version: 0.2.17 dependency-type: direct:production update-type: version-update:semver-patch ... 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 215273fc4..ce77d4cd1 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -65,7 +65,7 @@ jobs: go-version: ${{ env.GOLANG_VERSION }} - name: Set up Holodeck (${{ matrix.driver_branch }}) - uses: NVIDIA/holodeck@v0.2.13 + uses: NVIDIA/holodeck@v0.2.17 with: aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}