Skip to content

Commit cef2e59

Browse files
authored
Merge pull request #446 from NVIDIA/dependabot/github_actions/NVIDIA/holodeck-0.2.16
Bump NVIDIA/holodeck from 0.2.15 to 0.2.16
2 parents 2eaf244 + 5f28b1b commit cef2e59

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].15
34+
uses: NVIDIA/[email protected].16
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
@@ -324,7 +324,7 @@ jobs:
324324
yq eval '.spec += {"kernel": {"version": strenv(KERNEL_VERSION)}}' -i tests/holodeck_${{ env.DIST }}.yaml
325325
326326
- name: Set up Holodeck
327-
uses: NVIDIA/[email protected].15
327+
uses: NVIDIA/[email protected].16
328328
env:
329329
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
330330
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)