Skip to content

Commit 6a621f3

Browse files
authored
Merge pull request #197 from goaop/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents acf085c + a274e50 commit 6a621f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ini-values: memory_limit=-1
2424
tools: composer:v2
2525
- name: "Cache dependencies"
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
with:
2828
path: |
2929
~/.composer/cache

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
tools: composer:v2, cs2pr
4040

4141
- name: "Cache dependencies"
42-
uses: "actions/cache@v4"
42+
uses: "actions/cache@v5"
4343
with:
4444
path: |
4545
~/.composer/cache

0 commit comments

Comments
 (0)