Skip to content

Commit 913b8d3

Browse files
authored
Merge branch 'master' into php-85
2 parents 20a8dbb + bde1a04 commit 913b8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2121

2222
- name: Cache dependencies
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: ${{ steps.composer-cache.outputs.dir }}
2626
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ matrix.laravel }}-${{ hashFiles('**/composer.json') }}
@@ -52,7 +52,7 @@ jobs:
5252
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
5353

5454
- name: Cache dependencies
55-
uses: actions/cache@v4
55+
uses: actions/cache@v5
5656
with:
5757
path: ${{ steps.composer-cache.outputs.dir }}
5858
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)