We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc6dae3 + 6cbe759 commit 461cb9eCopy full SHA for 461cb9e
action.yml
@@ -351,7 +351,7 @@ runs:
351
ACTION_OWNER=$(basename $(dirname $(dirname "$GITHUB_ACTION_PATH")))
352
echo "cvmfs_action_version=${ACTION_OWNER}_${ACTION_NAME}_${ACTION_VERSION}" >> $GITHUB_OUTPUT
353
shell: bash
354
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
355
with:
356
key: cvmfs-apt-cache-${{ steps.lsb-release.outputs.id-release }}-${{ steps.lsb-release.outputs.arch }}-${{ steps.lsb-release.outputs.cvmfs_action_version }}
357
path: |
0 commit comments