Skip to content

Commit 5431164

Browse files
authored
Merge pull request #767 from Ocramius/renovate/actions-cache-3.x
Update actions/cache action to v3
2 parents f3ddd78 + 5c4497c commit 5431164

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)