Skip to content

Commit

Permalink
Merge pull request #50 from STNS/renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v3
  • Loading branch information
Kazuhiko Yamashita authored Jun 17, 2023
2 parents 391a7f3 + 23b8e61 commit 73c4ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Cache assets
uses: actions/cache@v2
uses: actions/cache@v3
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: tmp
Expand Down

0 comments on commit 73c4ac1

Please sign in to comment.