We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20a8dbb + bde1a04 commit 913b8d3Copy full SHA for 913b8d3
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
21
22
- name: Cache dependencies
23
- uses: actions/cache@v4
+ uses: actions/cache@v5
24
with:
25
path: ${{ steps.composer-cache.outputs.dir }}
26
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ matrix.laravel }}-${{ hashFiles('**/composer.json') }}
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments