File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Git Checkout
14
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
15
15
with :
16
16
fetch-depth : ' 0'
17
17
- name : Approve PR
Original file line number Diff line number Diff line change 18
18
- 20
19
19
- 18
20
20
steps :
21
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
22
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
23
23
with :
24
24
node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
9
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
10
10
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
11
11
with :
12
12
node-version : " 20.x"
17
17
needs : build
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21
21
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
22
22
with :
23
23
node-version : " 20.x"
You can’t perform that action at this time.
0 commit comments