From 3d049252d83d720214d2bf41a72213e8d1d6a434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 05:31:46 +0000 Subject: [PATCH] Bump NVIDIA/holodeck from 0.2.6 to 0.2.15 Bumps [NVIDIA/holodeck](https://github.com/nvidia/holodeck) from 0.2.6 to 0.2.15. - [Release notes](https://github.com/nvidia/holodeck/releases) - [Commits](https://github.com/nvidia/holodeck/compare/v0.2.6...v0.2.15) --- updated-dependencies: - dependency-name: NVIDIA/holodeck dependency-version: 0.2.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 713ad0c0..9e6adf2d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Holodeck - uses: NVIDIA/holodeck@v0.2.6 + uses: NVIDIA/holodeck@v0.2.15 env: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}