Skip to content

Commit a944352

Browse files
committed
chore: upgrade CI actions
1 parent 0dc504b commit a944352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
echo "::set-output name=dir::$(composer config cache-files-dir)"
7373
- name: Setup Composer cache
74-
uses: actions/cache@v1
74+
uses: actions/cache@v4
7575
with:
7676
path: ${{ steps.composer-cache.outputs.dir }}
7777
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)