From ecf15ccd8e082d2aa9628c082dbce38807ac3829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 08:13:01 +0000 Subject: [PATCH] build(deps): Bump NVIDIA/holodeck from 0.3.6 to 0.3.7 Bumps [NVIDIA/holodeck](https://github.com/nvidia/holodeck) from 0.3.6 to 0.3.7. - [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.3.6...v0.3.7) --- updated-dependencies: - dependency-name: NVIDIA/holodeck dependency-version: 0.3.7 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 65ef0b2c4..f1af4be08 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.3.6 + uses: NVIDIA/holodeck@v0.3.7 with: aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}