Skip to content

Commit b23da14

Browse files
Merge pull request #373 from liip/dependabot/github_actions/actions/cache-5
github-actions(deps): bump actions/cache from 4 to 5
2 parents 22c8601 + 7d82b48 commit b23da14

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
@@ -98,7 +98,7 @@ jobs:
9898
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
9999

100100
- name: Cache composer dependencies
101-
uses: actions/cache@v4
101+
uses: actions/cache@v5
102102
with:
103103
path: ${{ steps.composercache.outputs.dir }}
104104
key: ${{ runner.os }}-composer-${{ matrix.php-version }}-${{ matrix.symfony-version }}-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)