3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-10 22:57:07 +00:00

fix: usage of action that uses deprecated

version of `Node.js``
This commit is contained in:
Hamir Mahal 2024-05-03 00:31:01 -07:00
parent 37b62a5ffa
commit e486a419e6
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm