Skip to content

Commit dc5dde9

Browse files
authored
Update pr.yaml
1 parent 62c809c commit dc5dde9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
id: composer-cache
7272
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
7373
- name: Cache dependencies
74-
uses: actions/cache@v2
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)