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 14f96e2 commit a7f31ecCopy full SHA for a7f31ec
.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
60
with:
61
path: ${{ steps.composer-cache.outputs.dir }}
62
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments