Skip to content

Commit d8253ca

Browse files
authored
Merge pull request #1201 from phpro/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents b79c7cd + 14bf7d9 commit d8253ca

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@v4
41+
uses: actions/cache@v5
4242
with:
4343
path: ${{ steps.composercache.outputs.dir }}
4444
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)