Skip to content

Commit fbadba2

Browse files
committed
build
1 parent 8f2a33b commit fbadba2

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
@@ -48,7 +48,7 @@ jobs:
4848
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4949

5050
- name: Cache Composer dependencies
51-
uses: actions/cache@v4.0.0
51+
uses: actions/cache@v2
5252
with:
5353
path: ${{ steps.composer-cache.outputs.dir }}
5454
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)