Skip to content

Commit 9a452fc

Browse files
authored
CI: Use main version number instead of pinning (#5951)
## Summary Minimal change to use the versioned cache action instead of pinning to a specific commit. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5951-CI-Use-main-version-number-instead-of-pinning-2846d73d36508130821ffb659cb52464) by [Unito](https://www.unito.io)
1 parent 0a73072 commit 9a452fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: sleep 10
9090

9191
- name: Restore cached setup
92-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684
92+
uses: actions/cache/restore@v4
9393
with:
9494
fail-on-cache-miss: true
9595
path: |
@@ -155,7 +155,7 @@ jobs:
155155
run: sleep 10
156156

157157
- name: Restore cached setup
158-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684
158+
uses: actions/cache/restore@v4
159159
with:
160160
fail-on-cache-miss: true
161161
path: |
@@ -319,4 +319,4 @@ jobs:
319319
"${{ github.event.pull_request.number }}" \
320320
"${{ github.head_ref }}" \
321321
"completed"
322-
#### END Deployment and commenting (non-forked PRs only)
322+
#### END Deployment and commenting (non-forked PRs only)

0 commit comments

Comments
 (0)