File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 runs-on : windows-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v6.0.2
20+ uses : actions/checkout@v6.0.3
2121 with :
2222 fetch-depth : 0
2323 - 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.2
18+ uses : actions/checkout@v6.0.3
1919 - name : Validate build version
2020 id : validate
2121 uses : ./.github/actions/validate-version
Original file line number Diff line number Diff line change 2323 SECRETS_AVAILABLE : ${{ secrets.SECRETS_AVAILABLE }}
2424 run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
2525 - name : Checkout
26- uses : actions/checkout@v6.0.2
26+ uses : actions/checkout@v6.0.3
2727 with :
2828 fetch-depth : 0
2929 - name : Setup .NET SDK
@@ -117,7 +117,7 @@ jobs:
117117 SECRETS_AVAILABLE : ${{ secrets.SECRETS_AVAILABLE }}
118118 run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
119119 - name : Checkout
120- uses : actions/checkout@v6.0.2
120+ uses : actions/checkout@v6.0.3
121121 with :
122122 fetch-depth : 0
123123 - name : Setup .NET SDK
You can’t perform that action at this time.
0 commit comments