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] committed Jan 17, 2024
1 parent 5e53311 commit 6d51302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
tools: composer:v2

- name: "Cache dependencies"
uses: "actions/cache@v3"
uses: "actions/cache@v4"
with:
path: |
~/.composer/cache
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
tools: composer:v2

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

0 comments on commit 6d51302

Please sign in to comment.