Skip to content

Commit 6386c31

Browse files
authored
Merge pull request #1143 from lcobucci/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents 1077632 + 55e6c71 commit 6386c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backwards-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo "composer_cache_dir=$(composer global config cache-files-dir)" >> $GITHUB_OUTPUT
3030

3131
- name: "Cache dependencies"
32-
uses: "actions/cache@v4.3.0"
32+
uses: "actions/cache@v5.0.0"
3333
with:
3434
path: ${{ steps.composer-cache.outputs.composer_cache_dir }}
3535
key: "php-8.3-bc-break-check-${{ hashFiles('.github/workflows/backwards-compatibility.yml') }}"

0 commit comments

Comments
 (0)