Skip to content

Commit b77cda3

Browse files
authored
build: update actions cache version
1 parent 0b6c464 commit b77cda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4747

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

0 commit comments

Comments
 (0)