Skip to content

Commit 1571b1a

Browse files
committed
Update cache action
1 parent 33bfb97 commit 1571b1a

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
@@ -32,7 +32,7 @@ jobs:
3232
id: get-composer-cache-dir
3333
run: |
3434
echo "::set-output name=dir::$(composer config cache-files-dir)"
35-
- uses: actions/cache@v2
35+
- uses: actions/cache@v4
3636
id: composer-cache
3737
with:
3838
path: ${{ steps.get-composer-cache-dir.outputs.dir }}

0 commit comments

Comments
 (0)