Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from Cyclenerd/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
Cyclenerd authored Jan 23, 2024
2 parents 2cd2b5e + 1f0c794 commit 596cead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Cache Docker layers 💾
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 596cead

Please sign in to comment.