We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/cache
1 parent 3afb961 commit 5fa0823Copy full SHA for 5fa0823
.github/workflows/nightly.yml
@@ -24,7 +24,7 @@ jobs:
24
# the correct commit hashes.
25
fetch-depth: 0
26
- name: Grab the commit mapping
27
- uses: actions/cache@v3
+ uses: actions/cache@v4
28
with:
29
path: branch-commit-cache.json
30
# The cache key needs to change every time for the
0 commit comments