Skip to content

Commit 341a5dc

Browse files
Merge pull request #671 from liip/dependabot/github_actions/actions/cache-5
github-actions(deps): bump actions/cache from 4 to 5
2 parents e2fdc70 + 90ec6b5 commit 341a5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

7777
- name: Cache composer dependencies
78-
uses: actions/cache@v4
78+
uses: actions/cache@v5
7979
with:
8080
path: ${{ steps.composercache.outputs.dir }}
8181
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)