issues
search
radix-ui
/
primitives
Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
https://radix-ui.com/primitives
MIT License
15.91k
stars
831
forks
source link
chore(.github/workflows): update github actions 'uses' to latest version
#3228
Open
sukvvon
opened
1 week ago
sukvvon
commented
1 week ago
Description
github actions is now using node version 20 but
actions/checkout@v2
,
actions/setup-nodes@v2
are using node verion 16 which is deprecated in github actions, so i update it all v4, you can see
GitHub Actions: Transitioning from Node 16 to Node 20
also update
actions/cache@v1
to latest version v4
Description
actions/checkout@v2
,actions/setup-nodes@v2
are using node verion 16 which is deprecated in github actions, so i update it all v4, you can see GitHub Actions: Transitioning from Node 16 to Node 20actions/cache@v1
to latest version v4