File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
yarn-cache-key : ${{ steps.yarn-cache-key.outputs.key }}
16
16
steps :
17
17
- uses : actions/checkout@v2
18
- - uses : actions/setup-node@v2
18
+ - uses : actions/setup-node@v3
19
19
with :
20
20
node-version : ' 16.x'
21
21
- name : Remove git auth
49
49
needs : cache
50
50
steps :
51
51
- uses : actions/checkout@v2
52
- - uses : actions/setup-node@v2
52
+ - uses : actions/setup-node@v3
53
53
with :
54
54
node-version : ' 16.x'
55
55
- name : remove git auth
83
83
run : |
84
84
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
85
85
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
86
- - uses : actions/setup-node@v2
86
+ - uses : actions/setup-node@v3
87
87
with :
88
88
node-version : ' 16.x'
89
89
- name : remove git auth
You can’t perform that action at this time.
0 commit comments