Skip to content

Commit

Permalink
Update actions/cache action to v4.0.1
Browse files Browse the repository at this point in the history
| datasource  | package       | from   | to     |
| ----------- | ------------- | ------ | ------ |
| github-tags | actions/cache | v4.0.0 | v4.0.1 |
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent e9958e8 commit 21c71da
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/[email protected].0
uses: actions/[email protected].1
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 21c71da

Please sign in to comment.