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 25
25
shell : pwsh
26
26
run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
27
27
- name : Checkout
28
- uses : actions/checkout@v4.2.2
28
+ uses : actions/checkout@v5.0.0
29
29
with :
30
30
fetch-depth : 0
31
31
- name : Setup .NET SDK
Original file line number Diff line number Diff line change 31
31
SECRETS_AVAILABLE : ${{ secrets.SECRETS_AVAILABLE }}
32
32
run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
33
33
- name : Checkout
34
- uses : actions/checkout@v4.2.2
34
+ uses : actions/checkout@v5.0.0
35
35
with :
36
36
fetch-depth : 0
37
37
- name : Setup .NET SDK
Original file line number Diff line number Diff line change 14
14
runs-on : windows-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4.2.2
17
+ uses : actions/checkout@v5.0.0
18
18
with :
19
19
fetch-depth : 0
20
20
- name : Setup .NET SDK
You can’t perform that action at this time.
0 commit comments