Skip to content

Commit

Permalink
Merge pull request #1222 from striezel-stash/actions-cache-update
Browse files Browse the repository at this point in the history
Update actions/cache in GitHub Actions workflows to v3
  • Loading branch information
drager authored Mar 19, 2023
2 parents 3a9e55f + a61a6bc commit 27e8c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
override: true

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-mdbook
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-node@v2

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-dependencies
with:
Expand Down

0 comments on commit 27e8c77

Please sign in to comment.