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.
1 parent 5baea9d commit 4ab9029Copy full SHA for 4ab9029
.github/workflows/refresh-listing.yaml
@@ -28,7 +28,7 @@ jobs:
28
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
29
30
- name: Cache Composer Dependencies
31
- uses: actions/cache@v4
+ uses: actions/cache@v5
32
with:
33
path: ${{ steps.composer-cache.outputs.dir }}
34
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments