File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
21
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
22
22
with :
23
23
# We must fetch at least the immediate parents so that if this is
24
24
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 8
8
name : release
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
11
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
12
12
- uses : actions/setup-node@v3
13
13
with :
14
14
node-version : lts/*
Original file line number Diff line number Diff line change 17
17
- 18
18
18
- 20
19
19
steps :
20
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
20
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21
21
- name : Use Node.js ${{ matrix.node_version }}
22
22
uses : actions/setup-node@v3
23
23
with :
33
33
steps :
34
34
- run : exit 1
35
35
if : ${{ needs.test_matrix.result != 'success' }}
36
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
36
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
37
37
- uses : actions/setup-node@v3
38
38
with :
39
39
node-version : " lts/*"
Original file line number Diff line number Diff line change 7
7
update_prettier :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
10
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
11
11
- uses : actions/setup-node@v3
12
12
with :
13
13
cache : npm
You can’t perform that action at this time.
0 commit comments