chore(deps): use actions/checkout >4 instead of 4.0.0 exactly (#4361)
This commit is contained in:
parent
af4f7a9daf
commit
4fe1ae8aaf
|
|
@ -113,7 +113,7 @@ jobs:
|
|||
NPM_CONFIG_UNSAFE_PERM: true
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.0.0
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: 'npm'
|
||||
|
|
|
|||
Loading…
Reference in New Issue