Skip to content

Commit d84faaf

Browse files
authored
Merge pull request #1226 from phpro/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 738616a + efe0e83 commit d84faaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/grumphp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: composercache
3939
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4040
- name: Cache dependencies
41-
uses: actions/cache@v5
41+
uses: actions/cache@v6
4242
with:
4343
path: ${{ steps.composercache.outputs.dir }}
4444
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)