Skip to content

Commit

Permalink
fix: update actions/cache from v3 to v4 (node.js v20 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jan 27, 2024
1 parent 880c9e4 commit 0599f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ runs:
echo "description=${DISTRIB_DESCRIPTION}" >> $GITHUB_OUTPUT
echo "id-release=${DISTRIB_ID}-${DISTRIB_DESCRIPTION}" >> $GITHUB_OUTPUT
shell: bash
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
key: cvmfs-apt-cache-${{ steps.lsb-release.outputs.id-release }}-${{ hashFiles('action.yml') }}
path: |
Expand Down

0 comments on commit 0599f45

Please sign in to comment.