Skip to content

Commit 60eba4b

Browse files
chore(deps): update actions/cache action to v4
1 parent f9e056d commit 60eba4b

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

0 commit comments

Comments
 (0)