Skip to content

Commit

Permalink
ci: bump actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Mar 15, 2024
1 parent d58cde6 commit 5224483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache
Expand Down

0 comments on commit 5224483

Please sign in to comment.