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.
1 parent f9e056d commit 60eba4bCopy full SHA for 60eba4b
.github/workflows/laravel-test.yml
@@ -56,7 +56,7 @@ jobs:
56
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
57
58
- name: Cache Composer Dependencies
59
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
+ uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
60
with:
61
path: ${{ steps.composer-cache.outputs.dir }}
62
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments