Skip to content

Commit

Permalink
Merge pull request #759 from Roave/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v4
  • Loading branch information
Ocramius committed Feb 8, 2024
2 parents 4f4a111 + ed52e26 commit 091e690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
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 @@ -116,7 +116,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 091e690

Please sign in to comment.