Skip to content

Commit 2f51ff1

Browse files
authored
Merge pull request #562 from chimeraphp/renovate/actions-cache-4.x
Update actions/cache action to v4
2 parents 230d0fc + 768c878 commit 2f51ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: docker/[email protected]
1616

1717
- name: Cache Docker layers
18-
uses: actions/cache@v3.3.3
18+
uses: actions/cache@v4.0.0
1919
with:
2020
path: /tmp/.buildx-cache
2121
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)