We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6eb55a + a7ca500 commit dc5c1b2Copy full SHA for dc5c1b2
1 file changed
.github/workflows/tests.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/checkout@v6
49
50
- name: Cache Dependencies
51
- uses: actions/cache@v4
+ uses: actions/cache@v5
52
with:
53
path: ~/.composer/cache/files
54
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
0 commit comments