Skip to content

Commit

Permalink
fix: update actions/cache (#1154)
Browse files Browse the repository at this point in the history
Update actions/cache to v3 to use node 16 instead of node 12 which is
now deprecated by GitHub.
  • Loading branch information
achingbrain committed Jan 10, 2023
1 parent c63b1d0 commit 9f7d169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/cache-node-modules/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
steps:
# Windows I/O is so slow it's faster to just install the deps every time
- if: ${{ runner.os != 'Windows' }}
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: |
Expand Down

0 comments on commit 9f7d169

Please sign in to comment.