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 3b95567 commit c5ad394Copy full SHA for c5ad394
.github/workflows/laravel-test.yml
@@ -55,7 +55,7 @@ jobs:
55
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
56
57
- name: Cache Composer Dependencies
58
- uses: actions/cache@v3
+ uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
59
with:
60
path: ${{ steps.composer-cache.outputs.dir }}
61
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments