We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2de6f commit 64cdc1bCopy full SHA for 64cdc1b
2 files changed
.github/workflows/build-wheel.yml
@@ -51,7 +51,7 @@ jobs:
51
52
# xref: https://github.com/orgs/community/discussions/42856#discussioncomment-7678867
53
- name: Adding addtional GHA cache-related env vars
54
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
55
with:
56
script: |
57
core.exportVariable('ACTIONS_CACHE_URL', process.env['ACTIONS_CACHE_URL'])
.github/workflows/cleanup-pr-previews.yml
@@ -28,7 +28,7 @@ jobs:
28
if: github.repository_owner == 'NVIDIA'
29
steps:
30
- name: Checkout repository
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
32
33
# Fetch all history and branches for worktree operations
34
fetch-depth: 0
0 commit comments