Skip to content

Commit 56285c6

Browse files
authored
Merge pull request #25 from cvmfs-contrib/actions-cache-v4
fix: update actions/cache from v3 to v4 (node.js v20 support)
2 parents 880c9e4 + 0599f45 commit 56285c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ runs:
344344
echo "description=${DISTRIB_DESCRIPTION}" >> $GITHUB_OUTPUT
345345
echo "id-release=${DISTRIB_ID}-${DISTRIB_DESCRIPTION}" >> $GITHUB_OUTPUT
346346
shell: bash
347-
- uses: actions/cache@v3
347+
- uses: actions/cache@v4
348348
with:
349349
key: cvmfs-apt-cache-${{ steps.lsb-release.outputs.id-release }}-${{ hashFiles('action.yml') }}
350350
path: |

0 commit comments

Comments
 (0)