Skip to content

Commit

Permalink
Merge pull request #466 from chimeraphp/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
lcobucci authored Jan 30, 2024
2 parents 6ac9418 + 818a13d commit 5ab2778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: docker/[email protected]

- name: Cache Docker layers
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 5ab2778

Please sign in to comment.