We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 880c9e4 + 0599f45 commit 56285c6Copy full SHA for 56285c6
action.yml
@@ -344,7 +344,7 @@ runs:
344
echo "description=${DISTRIB_DESCRIPTION}" >> $GITHUB_OUTPUT
345
echo "id-release=${DISTRIB_ID}-${DISTRIB_DESCRIPTION}" >> $GITHUB_OUTPUT
346
shell: bash
347
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
348
with:
349
key: cvmfs-apt-cache-${{ steps.lsb-release.outputs.id-release }}-${{ hashFiles('action.yml') }}
350
path: |
0 commit comments