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 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@v5.0.0
37+ uses : actions/checkout@v5.0.1
3838 with :
3939 fetch-depth : 0
4040 - name : Setup .NET SDK
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5.0.0
17+ uses : actions/checkout@v5.0.1
1818 with :
1919 fetch-depth : 0
2020 - name : Setup .NET SDK
Original file line number Diff line number Diff line change 1919 AWS_ACCOUNT_ID : ${{ secrets.AWS_ACCOUNT_ID }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5.0.0
22+ uses : actions/checkout@v5.0.1
2323 - name : Setup .NET SDK
2424 uses : actions/setup-dotnet@v5.0.0
2525 with :
You can’t perform that action at this time.
0 commit comments