Skip to content

Commit a7f31ec

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

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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6060
with:
6161
path: ${{ steps.composer-cache.outputs.dir }}
6262
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)