Icon-Shelf / icon-shelf

SVG icon manager for developers.
https://icon-shelf.github.io
MIT License
284 stars 28 forks source link

Upgrade github action steps #122

Closed MrRobz closed 2 years ago

MrRobz commented 2 years ago

For the github actions workflows present, upgrade these steps to v3

actions/checkout@v2 -> actions/checkout@v3
actions/setup-node@v2 -> actions/setup-node@v3
actions/cache@v2 -> actions/cache@v2

and migrations that needs to be done. This needs to be done for these action files

image
parulgupta26 commented 2 years ago

@MrRobz I can help with this :)

parulgupta26 commented 2 years ago

@MrRobz Please review PR #123