Skip to content

Commit 9f7d169

Browse files
authoredJan 10, 2023
fix: update actions/cache (#1154)
Update actions/cache to v3 to use node 16 instead of node 12 which is now deprecated by GitHub.
1 parent c63b1d0 commit 9f7d169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎actions/cache-node-modules/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
# Windows I/O is so slow it's faster to just install the deps every time
2323
- if: ${{ runner.os != 'Windows' }}
24-
uses: actions/cache@v2
24+
uses: actions/cache@v3
2525
id: cache
2626
with:
2727
path: |

0 commit comments

Comments
 (0)
Please sign in to comment.