Skip to content

Commit 5c4497c

Browse files
Update actions/cache action to v3
| datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v2 | v3 | | github-tags | actions/cache | v2 | v3 | | github-tags | actions/cache | v2 | v3 | | github-tags | actions/cache | v2 | v3 | | github-tags | actions/cache | v2 | v3 | | github-tags | actions/cache | v2 | v3 |
1 parent f3ddd78 commit 5c4497c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
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@v2"
35+
uses: "actions/cache@v3"
3636
with:
3737
path: |
3838
~/.composer/cache

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
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@v2"
35+
uses: "actions/cache@v3"
3636
with:
3737
path: |
3838
~/.composer/cache

.github/workflows/demo-scripts.yml

Lines changed: 1 addition & 1 deletion
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@v2"
35+
uses: "actions/cache@v3"
3636
with:
3737
path: |
3838
~/.composer/cache

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
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@v2"
35+
uses: "actions/cache@v3"
3636
with:
3737
path: |
3838
~/.composer/cache

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
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@v2"
41+
uses: "actions/cache@v3"
4242
with:
4343
path: |
4444
~/.composer/cache

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
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@v2"
35+
uses: "actions/cache@v3"
3636
with:
3737
path: |
3838
~/.composer/cache

0 commit comments

Comments
 (0)