We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 836fdb0 + 74ce565 commit 73e8a07Copy full SHA for 73e8a07
.github/workflows/laravel.yml
@@ -22,7 +22,7 @@ jobs:
22
id: composer-cache
23
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
24
- name: Cache composer dependencies
25
- uses: actions/cache@v4.2.4
+ uses: actions/cache@v4.3.0
26
with:
27
path: ${{ steps.composer-cache.outputs.dir }}
28
# Use composer.json for key, if composer.lock is not committed.
0 commit comments