File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
shell : pwsh
28
28
run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
29
29
- name : Checkout
30
- uses : actions/checkout@v4.2.2
30
+ uses : actions/checkout@v4.3.0
31
31
with :
32
32
fetch-depth : 0
33
33
- name : Setup .NET SDK
Original file line number Diff line number Diff line change 15
15
shell : pwsh
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v4.2.2
18
+ uses : actions/checkout@v4.3.0
19
19
- name : Validate build version
20
20
id : validate
21
21
uses : ./.github/actions/validate-version
Original file line number Diff line number Diff line change 24
24
shell : pwsh
25
25
run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
26
26
- name : Checkout
27
- uses : actions/checkout@v4.2.2
27
+ uses : actions/checkout@v4.3.0
28
28
with :
29
29
fetch-depth : 0
30
30
- name : Setup .NET SDK
You can’t perform that action at this time.
0 commit comments