Skip to content

Commit 7d7757b

Browse files
chore(deps): update actions/cache action to v4
1 parent 14f96e2 commit 7d7757b

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
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
5757

5858
- name: Cache Composer Dependencies
59-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
59+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
6060
with:
6161
path: ${{ steps.composer-cache.outputs.dir }}
6262
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)