We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ace8a commit 67c6455Copy full SHA for 67c6455
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
id: composer-cache
66
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
67
- name: Cache dependencies
68
- uses: actions/cache@v4
+ uses: actions/cache@v5
69
with:
70
path: ${{ steps.composer-cache.outputs.dir }}
71
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments