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 2727 shell : pwsh
2828 run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
2929 - name : Checkout
30- uses : actions/checkout@v6.0.1
30+ uses : actions/checkout@v6.0.2
3131 with :
3232 fetch-depth : 0
3333 - 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@v6.0.1
18+ uses : actions/checkout@v6.0.2
1919 - name : Validate build version
2020 id : validate
2121 uses : ./.github/actions/validate-version
Original file line number Diff line number Diff line change 2424 shell : pwsh
2525 run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
2626 - name : Checkout
27- uses : actions/checkout@v6.0.1
27+ uses : actions/checkout@v6.0.2
2828 with :
2929 fetch-depth : 0
3030 - name : Setup .NET SDK
You can’t perform that action at this time.
0 commit comments