Skip to content

Commit ed24c98

Browse files
Update actions/cache from v2 to v4
** Why are these changes being introduced: Github will be retiring actions/cache@v2 at the start of February 2025, which this repository is currently configured to use. ** Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/pw-125 ** How does this address that need: This updates our CI workflow to use actions/cache@v4, which is the latest release. No other changes appear to be needed beyond a version bump. ** Document any side effects to this change: None
1 parent 3442bf2 commit ed24c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: composer-cache
2323
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2424

25-
- uses: actions/cache@v2
25+
- uses: actions/cache@v4
2626
with:
2727
path: ${{ steps.composer-cache.outputs.dir }}
2828
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)