From 72467018a148efab30633f92a0860799a16c8ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 08:03:41 +0000 Subject: [PATCH] Bump NVIDIA/holodeck from 0.2.12 to 0.2.16 Bumps [NVIDIA/holodeck](https://github.com/nvidia/holodeck) from 0.2.12 to 0.2.16. - [Release notes](https://github.com/nvidia/holodeck/releases) - [Commits](https://github.com/nvidia/holodeck/compare/v0.2.12...v0.2.16) --- updated-dependencies: - dependency-name: NVIDIA/holodeck dependency-version: 0.2.16 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 461c15f3a..3e2d8a575 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -55,7 +55,7 @@ jobs: go-version: ${{ env.GOLANG_VERSION }} - name: Set up Holodeck - uses: NVIDIA/holodeck@v0.2.12 + uses: NVIDIA/holodeck@v0.2.16 with: aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}