There was an error while loading. Please reload this page.
2 parents 45b3514 + 953123b commit 2de6234Copy full SHA for 2de6234
.github/workflows/coverage.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Cache dependencies
22
- uses: actions/cache@v3
+ uses: actions/cache@v4
23
with:
24
path: ~/.composer/cache/files
25
key: dependencies-php-8.3-illuminate-10.*-composer-${{ hashFiles('composer.json') }}
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
key: dependencies-php-${{ matrix.php }}-illuminate-${{ matrix.illuminate }}-composer-${{ hashFiles('composer.json') }}
0 commit comments