Skip to content

Commit 230d0fc

Browse files
Update actions/cache action to v3.3.3
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v3.3.2 | v3.3.3 |
1 parent 80e5667 commit 230d0fc

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

0 commit comments

Comments
 (0)