Skip to content

Commit c5ad394

Browse files
chore(deps): pin actions/cache action to 704facf
1 parent 3b95567 commit c5ad394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/laravel-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
5656

5757
- name: Cache Composer Dependencies
58-
uses: actions/cache@v3
58+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
5959
with:
6060
path: ${{ steps.composer-cache.outputs.dir }}
6161
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)