Skip to content

Commit

Permalink
Merge pull request #20 from TheDevMinerTV/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4
  • Loading branch information
TheDevMinerTV authored Jan 25, 2024
2 parents 7087586 + b654c45 commit 53b14cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Cache docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Cache docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache
Expand Down

0 comments on commit 53b14cf

Please sign in to comment.