File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,18 +28,18 @@ jobs:
2828
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v3
31+ uses : actions/checkout@v4
3232 with :
3333 fetch-depth : 0
3434
3535 - name : Set up Java
36- uses : actions/setup-java@v3
36+ uses : actions/setup-java@v4
3737 with :
3838 java-version : ${{ env.JAVA_VERSION }}
3939 distribution : ${{ env.JAVA_DISTRIBUTION }}
4040
4141 - name : Set up .NET
42- uses : actions/setup-dotnet@v3
42+ uses : actions/setup-dotnet@v4
4343 with :
4444 dotnet-version : ${{ env.DOTNET_VERSION }}
4545
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222 with :
2323 fetch-depth : 0
2424
2525 - name : Set up .NET
26- uses : actions/setup-dotnet@v3
26+ uses : actions/setup-dotnet@v4
2727 with :
2828 dotnet-version : ${{ env.DOTNET_VERSION }}
2929
You can’t perform that action at this time.
0 commit comments