Skip to content

Commit

Permalink
Merge pull request #767 from Ocramius/renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v3
  • Loading branch information
Ocramius committed Oct 31, 2022
2 parents f3ddd78 + 5c4497c commit 5431164
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
tools: composer:v2, cs2pr

- name: "Cache dependencies"
uses: "actions/cache@v2"
uses: "actions/cache@v3"
with:
path: |
~/.composer/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
tools: composer:v2, cs2pr

- name: "Cache dependencies"
uses: "actions/cache@v2"
uses: "actions/cache@v3"
with:
path: |
~/.composer/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demo-scripts.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
tools: composer:v2, cs2pr

- name: "Cache dependencies"
uses: "actions/cache@v2"
uses: "actions/cache@v3"
with:
path: |
~/.composer/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
tools: composer:v2, cs2pr

- name: "Cache dependencies"
uses: "actions/cache@v2"
uses: "actions/cache@v3"
with:
path: |
~/.composer/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
tools: composer:v2, cs2pr

- name: "Cache dependencies"
uses: "actions/cache@v2"
uses: "actions/cache@v3"
with:
path: |
~/.composer/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
tools: composer:v2, cs2pr

- name: "Cache dependencies"
uses: "actions/cache@v2"
uses: "actions/cache@v3"
with:
path: |
~/.composer/cache
Expand Down

0 comments on commit 5431164

Please sign in to comment.