Skip to content

Commit 7f2532c

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(action): update actions/checkout action to v3
1 parent 5cefa28 commit 7f2532c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/chromatic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
upload-data:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99
with:
1010
fetch-depth: 0
1111
- uses: bahmutov/npm-install@v1

.github/workflows/node-ci.yml

+3-3
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
@@ -35,7 +35,7 @@ jobs:
3535
needs: verify
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v3
3939
- name: Read .nvmrc
4040
run: 'echo ::set-output name=NVMRC::$(cat .nvmrc)'
4141
id: nvm
@@ -54,7 +54,7 @@ jobs:
5454
needs: verify
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v3
5858
- name: Read .nvmrc
5959
run: 'echo ::set-output name=NVMRC::$(cat .nvmrc)'
6060
id: nvm

0 commit comments

Comments
 (0)