From 730880ed6d2ff297c08a96f6746840d94bd1efb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 08:06:05 +0000 Subject: [PATCH] Bump NVIDIA/holodeck from 0.2.17 to 0.2.18 Bumps [NVIDIA/holodeck](https://github.com/nvidia/holodeck) from 0.2.17 to 0.2.18. - [Release notes](https://github.com/nvidia/holodeck/releases) - [Commits](https://github.com/nvidia/holodeck/compare/v0.2.17...v0.2.18) --- updated-dependencies: - dependency-name: NVIDIA/holodeck dependency-version: 0.2.18 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 e116d8892..1ce08b4c0 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.17 + uses: NVIDIA/holodeck@v0.2.18 with: aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}