File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 60
60
Write-Output ('RELEASE_VERSION={0}' -f $ReleaseVersion) >> $env:GITHUB_ENV
61
61
62
62
- name : Copy Firmware Files
63
- uses : actions/checkout@v3
63
+ uses : actions/checkout@v4
64
64
with :
65
65
repository : " ${{ matrix.url }}"
66
66
clean : " true"
69
69
70
70
- name : Copy Repo Files
71
71
if : ${{ matrix.src-included == 0 }}
72
- uses : actions/checkout@v3
72
+ uses : actions/checkout@v4
73
73
with :
74
74
repository : " ${{ vars.REPO_SELF }}"
75
75
clean : " true"
Original file line number Diff line number Diff line change 55
55
Write-Output ('RELEASE_VERSION={0}' -f $ReleaseVersion) >> $env:GITHUB_ENV
56
56
57
57
- name : Copy Firmware Files
58
- uses : actions/checkout@v3
58
+ uses : actions/checkout@v4
59
59
with :
60
60
repository : " ${{ matrix.url }}"
61
61
clean : " true"
64
64
65
65
- name : Copy Repo Files
66
66
if : ${{ matrix.src-included == 0 }}
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 56
56
Write-Output ('RELEASE_VERSION={0}' -f $ReleaseVersion) >> $env:GITHUB_ENV
57
57
58
58
- name : Copy Firmware Files
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@v4
60
60
with :
61
61
repository : " ${{ matrix.url }}"
62
62
clean : " true"
65
65
66
66
- name : Copy Repo Files
67
67
if : ${{ matrix.src-included == 0 }}
68
- uses : actions/checkout@v3
68
+ uses : actions/checkout@v4
69
69
with :
70
70
repository : " ${{ vars.REPO_SELF }}"
71
71
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