File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 submodules : ' true'
2121
2222 - name : Setup .NET
23- uses : actions/setup-dotnet@v4
23+ uses : actions/setup-dotnet@v5
2424 with :
2525 dotnet-version : ${{ env.DOTNET_VERSION }}
2626
@@ -36,10 +36,10 @@ jobs:
3636 runs-on : ${{ matrix.os }}
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040
4141 - name : Setup .NET
42- uses : actions/setup-dotnet@v4
42+ uses : actions/setup-dotnet@v5
4343 with :
4444 dotnet-version : ${{ env.DOTNET_VERSION }}
4545
@@ -55,12 +55,12 @@ jobs:
5555 runs-on : ubuntu-latest
5656 steps :
5757 - name : Checkout
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v5
5959 with :
6060 fetch-depth : 0
6161
6262 - name : Setup .NET Core
63- uses : actions/setup-dotnet@v4
63+ uses : actions/setup-dotnet@v5
6464 with :
6565 dotnet-version : ${{ env.DOTNET_VERSION }}
6666
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 echo "APP_VERSION=$APP_VERSION" >> $GITHUB_ENV
2222
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727 submodules : ' true'
2828
2929 - name : Setup .NET
30- uses : actions/setup-dotnet@v4
30+ uses : actions/setup-dotnet@v5
3131 with :
3232 dotnet-version : ${{ env.DOTNET_VERSION }}
3333
You can’t perform that action at this time.
0 commit comments