File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8383 fail-fast : false
8484 matrix :
8585 language : [ 'csharp' ]
86- dotnet : [ '8.0.x ' ]
86+ dotnet : [ '10 ' ]
8787 env :
8888 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
8989 DOTNET_CLI_TELEMETRY_OPTOUT : 1
Original file line number Diff line number Diff line change 4040 DOTNET_CLI_TELEMETRY_OPTOUT : 1
4141 steps :
4242 - name : Checkout code
43- uses : actions/checkout@v3
43+ uses : actions/checkout@v5
4444 - name : Setup java
4545 uses : actions/setup-java@v5
4646 with :
@@ -52,14 +52,14 @@ jobs:
5252 echo "BUILD_JAVA_HOME=${JAVA_HOME}" >> $GITHUB_ENV
5353 echo "BUILD_JAVA_VERSION=${{ matrix.java }}" >> $GITHUB_ENV
5454 - name : Setup java to run Gradle script
55- uses : actions/setup-java@v3
55+ uses : actions/setup-java@v5
5656 with :
5757 distribution : ' zulu'
5858 java-version : ${{ env.JAVA_VERSION }}
5959 - name : Setup Gradle
6060 uses : gradle/actions/setup-gradle@v4
6161 - name : Setup dotnet
62- uses : actions/setup-dotnet@v2
62+ uses : actions/setup-dotnet@v5
6363 with :
6464 dotnet-version : ${{ matrix.dotnet }}
6565 - name : Build .NET library
You can’t perform that action at this time.
0 commit comments