Skip to content

Commit bc2ae01

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(action): update actions/checkout action to v3
1 parent 0b8f641 commit bc2ae01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
verify:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: Read .nvmrc
2222
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
2323
id: nvm
@@ -33,7 +33,7 @@ jobs:
3333
needs: verify
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
- name: Read .nvmrc
3838
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
3939
id: nvm

0 commit comments

Comments
 (0)