Skip to content

Commit 2b12884

Browse files
committed
F
1 parent 4a0d6b3 commit 2b12884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

3232
- name: Cache Composer dependencies
33-
uses: actions/cache@v2
33+
uses: actions/cache@v4
3434
with:
3535
path: ${{ steps.composercache.outputs.dir }}
3636
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)