Skip to content

Commit

Permalink
Merge pull request #148 from WyriHaximus/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
WyriHaximus committed Jul 2, 2024
2 parents e32a36c + 6903553 commit 43cb67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache composer packages
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ./vendor/
key: ${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache composer packages
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ./vendor/
key: ${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 43cb67e

Please sign in to comment.