Skip to content

Commit 8a08668

Browse files
committed
Attempt at fixing CI
1 parent 1bc793c commit 8a08668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

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

46-
- uses: actions/cache@v1
46+
- uses: actions/cache@v4
4747
with:
4848
path: ${{ steps.composer-cache.outputs.dir }}
4949
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)