Skip to content

Commit 73e8a07

Browse files
Merge pull request #365 from P3D-Legacy/dependabot/github_actions/actions/cache-4.3.0
Bump actions/cache from 4.2.4 to 4.3.0
2 parents 836fdb0 + 74ce565 commit 73e8a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: composer-cache
2323
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2424
- name: Cache composer dependencies
25-
uses: actions/cache@v4.2.4
25+
uses: actions/cache@v4.3.0
2626
with:
2727
path: ${{ steps.composer-cache.outputs.dir }}
2828
# Use composer.json for key, if composer.lock is not committed.

0 commit comments

Comments
 (0)