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 1077632 + 55e6c71 commit 6386c31Copy full SHA for 6386c31
.github/workflows/backwards-compatibility.yml
@@ -29,7 +29,7 @@ jobs:
29
run: echo "composer_cache_dir=$(composer global config cache-files-dir)" >> $GITHUB_OUTPUT
30
31
- name: "Cache dependencies"
32
- uses: "actions/cache@v4.3.0"
+ uses: "actions/cache@v5.0.0"
33
with:
34
path: ${{ steps.composer-cache.outputs.composer_cache_dir }}
35
key: "php-8.3-bc-break-check-${{ hashFiles('.github/workflows/backwards-compatibility.yml') }}"
0 commit comments