File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
name : release
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
21
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
22
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
23
23
with :
24
24
cache : npm
Original file line number Diff line number Diff line change 26
26
- ubuntu-latest
27
27
runs-on : " ${{ matrix.os }}"
28
28
steps :
29
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30
30
- name : " Use Node.js ${{ matrix.node-version }}"
31
31
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
32
32
with :
42
42
timeout-minutes : 5
43
43
44
44
steps :
45
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
45
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
46
- run : git config --global user.name github-actions
47
47
-
run :
git config --global user.email [email protected]
48
48
- name : Use Node.js from .nvmrc
You can’t perform that action at this time.
0 commit comments