File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 if : ${{ github.event.workflow_run.conclusion == 'success' }}
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v5
2828
2929 - name : Set up environment variables
3030 run : |
8787 password : ${{ env.KAMAL_REGISTRY_PASSWORD }}
8888
8989 - name : Setup .NET
90- uses : actions/setup-dotnet@v3
90+ uses : actions/setup-dotnet@v5
9191 with :
9292 dotnet-version : ' 8.0'
9393
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : checkout
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v5
1515
1616 - name : Setup dotnet
17- uses : actions/setup-dotnet@v3
17+ uses : actions/setup-dotnet@v5
1818 with :
1919 dotnet-version : ' 8.*'
2020
Original file line number Diff line number Diff line change 2323 if : ${{ github.event.workflow_run.conclusion == 'success' }}
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v5
2727
2828 - name : Set up environment variables
2929 run : |
You can’t perform that action at this time.
0 commit comments