Skip to content

Commit 5de4f2d

Browse files
authored
Merge pull request #160 from cakephp/dependabot/github_actions/actions/cache-6
chore(deps): bump actions/cache from 5 to 6
2 parents 19decb5 + b86119f commit 5de4f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: vendor/bin/phpstan analyse -c phpstan.neon --error-format=checkstyle | cs2pr
8888

8989
- name: Setup rector cache
90-
uses: actions/cache@v5
90+
uses: actions/cache@v6
9191
with:
9292
path: ${{ runner.temp }}/rector
9393
key: ${{ runner.os }}-rector-${{ hashFiles('rector.php', 'composer.lock') }}

0 commit comments

Comments
 (0)