Skip to content

Commit c7c92ff

Browse files
Bump NVIDIA/holodeck from 0.2.16 to 0.2.17
Bumps [NVIDIA/holodeck](https://github.com/nvidia/holodeck) from 0.2.16 to 0.2.17. - [Release notes](https://github.com/nvidia/holodeck/releases) - [Commits](NVIDIA/holodeck@v0.2.16...v0.2.17) --- updated-dependencies: - dependency-name: NVIDIA/holodeck dependency-version: 0.2.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de5b110 commit c7c92ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v5
3232

3333
- name: Set up Holodeck
34-
uses: NVIDIA/[email protected].16
34+
uses: NVIDIA/[email protected].17
3535
env:
3636
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3737
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/precompiled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325
yq eval '.spec += {"kernel": {"version": strenv(KERNEL_VERSION)}}' -i tests/holodeck_${{ env.DIST }}.yaml
326326
327327
- name: Set up Holodeck
328-
uses: NVIDIA/[email protected].16
328+
uses: NVIDIA/[email protected].17
329329
env:
330330
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
331331
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)