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 : |
8383 password : ${{ env.KAMAL_REGISTRY_PASSWORD }}
8484
8585 - name : Setup .NET
86- uses : actions/setup-dotnet@v3
86+ uses : actions/setup-dotnet@v5
8787 with :
8888 dotnet-version : ' 8.0'
8989
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