Skip to content

Commit 9a6973c

Browse files
fix: Update GitHub Actions cache action to v34 to fix deprecation error
1 parent c6eb91f commit 9a6973c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: get-composer-cache-dir
3232
run: |
3333
echo "::set-output name=dir::$(composer config cache-files-dir)"
34-
- uses: actions/cache@v2
34+
- uses: actions/cache@v4
3535
id: composer-cache
3636
with:
3737
path: ${{ steps.get-composer-cache-dir.outputs.dir }}

0 commit comments

Comments
 (0)