Skip to content

Commit 4505e3a

Browse files
committed
build: fixing github action
1 parent 098ca63 commit 4505e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
php: ['8.1', '8.2', '8.3', '8.4']
25-
25+
2626
name: PHP ${{ matrix.php }} Test
2727

2828
steps:
@@ -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)