From 7397578906f8c3c6122876d70f2213c8119a6f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:46:47 +0000 Subject: [PATCH] Bump NVIDIA/holodeck from 0.2.18 to 0.3.0 Bumps [NVIDIA/holodeck](https://github.com/nvidia/holodeck) from 0.2.18 to 0.3.0. - [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.2.18...v0.3.0) --- updated-dependencies: - dependency-name: NVIDIA/holodeck dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/precompiled.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4cc172edc..7b3db1368 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Holodeck - uses: NVIDIA/holodeck@v0.2.18 + uses: NVIDIA/holodeck@v0.3.0 env: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/precompiled.yaml b/.github/workflows/precompiled.yaml index e5f5039d6..a7c5cfdc7 100644 --- a/.github/workflows/precompiled.yaml +++ b/.github/workflows/precompiled.yaml @@ -361,7 +361,7 @@ jobs: yq eval '.spec += {"kernel": {"version": strenv(KERNEL_VERSION)}}' -i tests/holodeck_${{ env.DIST }}.yaml - name: Set up Holodeck - uses: NVIDIA/holodeck@v0.2.18 + uses: NVIDIA/holodeck@v0.3.0 env: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}