File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 51
51
src-included : 0
52
52
steps :
53
53
- name : Copy Firmware Files
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
with :
56
56
repository : ${{ matrix.url }}
57
57
clean : true
60
60
61
61
- name : Copy Repo Files
62
62
if : ${{ matrix.src-included == 0 }}
63
- uses : actions/checkout@v3
63
+ uses : actions/checkout@v4
64
64
with :
65
65
repository : ${{ vars.REPO_SELF }}
66
66
clean : true
Original file line number Diff line number Diff line change 20
20
runs-on : " ubuntu-latest"
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
fetch-depth : 0
26
26
fetch-tags : true
Original file line number Diff line number Diff line change 55
55
56
56
steps :
57
57
- name : Checkout Firmware Files
58
- uses : actions/checkout@v3
58
+ uses : actions/checkout@v4
59
59
with :
60
60
repository : " ${{ vars.REPO_UNLEASHED }}"
61
61
clean : " true"
64
64
fetch-depth : " 0"
65
65
66
66
- name : Checkout Repo Files
67
- uses : actions/checkout@v3
67
+ uses : actions/checkout@v4
68
68
with :
69
69
repository : " ${{ vars.REPO_SELF }}"
70
70
clean : " true"
Original file line number Diff line number Diff line change 29
29
RELEASE_TYPE : 0
30
30
steps :
31
31
- name : Copy Repo Files
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
with :
34
34
repository : " ${{ env.REPO_SELF }}"
35
35
clean : " true"
You can’t perform that action at this time.
0 commit comments