File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
runs-on : ${{ matrix.os }}
15
15
steps :
16
- - uses : actions/checkout@v3 # https://github.com/actions/checkout
16
+ - uses : actions/checkout@v4 # https://github.com/actions/checkout
17
17
with :
18
18
# Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
19
19
# Set fetch-depth: 0 to fetch all history for all branches and tags.
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
with :
37
37
# We must fetch at least the immediate parents so that if this is
38
38
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
- - uses : actions/checkout@v3 # https://github.com/actions/checkout
19
+ - uses : actions/checkout@v4 # https://github.com/actions/checkout
20
20
with :
21
21
# Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
22
22
# Set fetch-depth: 0 to fetch all history for all branches and tags.
Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
- - uses : actions/checkout@v3 # https://github.com/actions/checkout
19
+ - uses : actions/checkout@v4 # https://github.com/actions/checkout
20
20
with :
21
21
# Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
22
22
# Set fetch-depth: 0 to fetch all history for all branches and tags.
Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
- - uses : actions/checkout@v3 # https://github.com/actions/checkout
19
+ - uses : actions/checkout@v4 # https://github.com/actions/checkout
20
20
with :
21
21
# Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
22
22
# Set fetch-depth: 0 to fetch all history for all branches and tags.
Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
- - uses : actions/checkout@v3 # https://github.com/actions/checkout
19
+ - uses : actions/checkout@v4 # https://github.com/actions/checkout
20
20
with :
21
21
# Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
22
22
# Set fetch-depth: 0 to fetch all history for all branches and tags.
You can’t perform that action at this time.
0 commit comments