Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
| datasource  | package       | from | to |
| ----------- | ------------- | ---- | -- |
| github-tags | actions/cache | v3   | v4 |
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 04e124d commit 6778ee6
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
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tools: composer:v2, cs2pr

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

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

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

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

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

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

0 comments on commit 6778ee6

Please sign in to comment.