Skip to content

Commit 6778ee6

Browse files
Update actions/cache action to v4
| datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v3 | v4 |
1 parent 04e124d commit 6778ee6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tools: composer:v2, cs2pr
3333

3434
- name: "Cache dependencies"
35-
uses: "actions/cache@v3"
35+
uses: "actions/cache@v4"
3636
with:
3737
path: |
3838
~/.composer/cache

.github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tools: composer:v2, cs2pr
3333

3434
- name: "Cache dependencies"
35-
uses: "actions/cache@v3"
35+
uses: "actions/cache@v4"
3636
with:
3737
path: |
3838
~/.composer/cache

.github/workflows/demo-scripts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tools: composer:v2, cs2pr
3333

3434
- name: "Cache dependencies"
35-
uses: "actions/cache@v3"
35+
uses: "actions/cache@v4"
3636
with:
3737
path: |
3838
~/.composer/cache

.github/workflows/mutation-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tools: composer:v2, cs2pr
3333

3434
- name: "Cache dependencies"
35-
uses: "actions/cache@v3"
35+
uses: "actions/cache@v4"
3636
with:
3737
path: |
3838
~/.composer/cache

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
tools: composer:v2, cs2pr
3939

4040
- name: "Cache dependencies"
41-
uses: "actions/cache@v3"
41+
uses: "actions/cache@v4"
4242
with:
4343
path: |
4444
~/.composer/cache

.github/workflows/psalm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tools: composer:v2, cs2pr
3333

3434
- name: "Cache dependencies"
35-
uses: "actions/cache@v3"
35+
uses: "actions/cache@v4"
3636
with:
3737
path: |
3838
~/.composer/cache

0 commit comments

Comments
 (0)