We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e52a7c + 6e3df4d commit b78fe20Copy full SHA for b78fe20
.github/workflows/lint.yml
@@ -37,7 +37,7 @@ jobs:
37
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
38
39
- name: "Cache composer"
40
- uses: actions/cache@v4
+ uses: actions/cache@v5
41
with:
42
path: ${{ steps.composer-cache.outputs.dir }}
43
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
50
shell: bash
51
52
53
54
55
56
0 commit comments