File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : windows-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4.2.2
20
+ uses : actions/checkout@v5.0.0
21
21
with :
22
22
fetch-depth : 0
23
23
- 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@v5.0.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 23
23
SECRETS_AVAILABLE : ${{ secrets.SECRETS_AVAILABLE }}
24
24
run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
25
25
- name : Checkout
26
- uses : actions/checkout@v4.2.2
26
+ uses : actions/checkout@v5.0.0
27
27
with :
28
28
fetch-depth : 0
29
29
- name : Setup .NET SDK
@@ -114,7 +114,7 @@ jobs:
114
114
SECRETS_AVAILABLE : ${{ secrets.SECRETS_AVAILABLE }}
115
115
run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
116
116
- name : Checkout
117
- uses : actions/checkout@v4.2.2
117
+ uses : actions/checkout@v5.0.0
118
118
with :
119
119
fetch-depth : 0
120
120
- name : Setup .NET SDK
You can’t perform that action at this time.
0 commit comments