Skip to content

Commit

Permalink
Merge pull request #200 from acend/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v4
  • Loading branch information
splattner authored Jan 19, 2024
2 parents a500616 + 5214406 commit 6c682e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.QUAYIO_TOKEN }}

- name: Cache Hugo resources
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: resources
key: resources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.QUAYIO_TOKEN }}
-
name: Cache Hugo resources
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: resources
key: resources
Expand Down

0 comments on commit 6c682e2

Please sign in to comment.