Skip to content

Commit 461cb9e

Browse files
authored
Merge pull request #55 from cvmfs-contrib/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents bc6dae3 + 6cbe759 commit 461cb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ runs:
351351
ACTION_OWNER=$(basename $(dirname $(dirname "$GITHUB_ACTION_PATH")))
352352
echo "cvmfs_action_version=${ACTION_OWNER}_${ACTION_NAME}_${ACTION_VERSION}" >> $GITHUB_OUTPUT
353353
shell: bash
354-
- uses: actions/cache@v4
354+
- uses: actions/cache@v5
355355
with:
356356
key: cvmfs-apt-cache-${{ steps.lsb-release.outputs.id-release }}-${{ steps.lsb-release.outputs.arch }}-${{ steps.lsb-release.outputs.cvmfs_action_version }}
357357
path: |

0 commit comments

Comments
 (0)