Skip to content

Commit 21c71da

Browse files
Update actions/cache action to v4.0.1
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.0.0 | v4.0.1 |
1 parent e9958e8 commit 21c71da

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/[email protected].0
18+
uses: actions/[email protected].1
1919
with:
2020
path: /tmp/.buildx-cache
2121
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)