File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232 shell : pwsh
3333 run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
3434 - name : Checkout
35- uses : actions/checkout@v4.2.2
35+ uses : actions/checkout@v5.0.0
3636 with :
3737 fetch-depth : 0
3838 - name : Setup .NET SDK
Original file line number Diff line number Diff line change 1616 shell : pwsh
1717 run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
1818 - name : Checkout
19- uses : actions/checkout@v4.2.2
19+ uses : actions/checkout@v5.0.0
2020 with :
2121 fetch-depth : 0
2222 - name : Setup .NET SDK
Original file line number Diff line number Diff line change 1212 SECRETS_AVAILABLE : ${{ secrets.SECRETS_AVAILABLE }}
1313 run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
1414 - name : Checkout
15- uses : actions/checkout@v4.2.2
15+ uses : actions/checkout@v5.0.0
1616 with :
1717 fetch-depth : 0
1818 - name : Setup .NET SDK
Original file line number Diff line number Diff line change 3434 SECRETS_AVAILABLE : ${{ secrets.SECRETS_AVAILABLE }}
3535 run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
3636 - name : Checkout
37- uses : actions/checkout@v4.2.2
37+ uses : actions/checkout@v5.0.0
3838 with :
3939 fetch-depth : 0
4040 - name : Setup .NET SDK
Original file line number Diff line number Diff line change 5050 shell : pwsh
5151 run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
5252 - name : Checkout
53- uses : actions/checkout@v4.2.2
53+ uses : actions/checkout@v5.0.0
5454 with :
5555 fetch-depth : 0
5656 - name : Setup .NET SDK
Original file line number Diff line number Diff line change 1515 shell : pwsh
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4.2.2
18+ uses : actions/checkout@v5.0.0
1919 - name : Validate build version
2020 id : validate
2121 uses : ./.github/actions/validate-version
You can’t perform that action at this time.
0 commit comments