File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.os }}-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3.1 .0
17
+ uses : actions/checkout@v3.2 .0
18
18
with :
19
19
path : action
20
20
- name : move the action outside the workspace
35
35
if : github.event_name == 'push'
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@v3.1 .0
38
+ uses : actions/checkout@v3.2 .0
39
39
- name : Install Semantic Release
40
40
run : npm install
41
41
- name : Release
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ runs:
10
10
using : " composite"
11
11
steps :
12
12
- name : Checkout with custom token
13
- uses : actions/checkout@v3.1 .0
13
+ uses : actions/checkout@v3.2 .0
14
14
if : inputs.token != ''
15
15
with :
16
16
fetch-depth : 0
17
17
submodules : recursive
18
18
token : ${{ inputs.token }}
19
19
- name : Checkout with default token
20
- uses : actions/checkout@v3.1 .0
20
+ uses : actions/checkout@v3.2 .0
21
21
if : inputs.token == ''
22
22
with :
23
23
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments