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 83
83
fail-fast : false
84
84
matrix :
85
85
language : [ 'csharp' ]
86
- dotnet : [ '8.0.x ' ]
86
+ dotnet : [ '10 ' ]
87
87
env :
88
88
DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
89
89
DOTNET_CLI_TELEMETRY_OPTOUT : 1
Original file line number Diff line number Diff line change 40
40
DOTNET_CLI_TELEMETRY_OPTOUT : 1
41
41
steps :
42
42
- name : Checkout code
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v5
44
44
- name : Setup java
45
45
uses : actions/setup-java@v5
46
46
with :
@@ -52,14 +52,14 @@ jobs:
52
52
echo "BUILD_JAVA_HOME=${JAVA_HOME}" >> $GITHUB_ENV
53
53
echo "BUILD_JAVA_VERSION=${{ matrix.java }}" >> $GITHUB_ENV
54
54
- name : Setup java to run Gradle script
55
- uses : actions/setup-java@v3
55
+ uses : actions/setup-java@v5
56
56
with :
57
57
distribution : ' zulu'
58
58
java-version : ${{ env.JAVA_VERSION }}
59
59
- name : Setup Gradle
60
60
uses : gradle/actions/setup-gradle@v4
61
61
- name : Setup dotnet
62
- uses : actions/setup-dotnet@v2
62
+ uses : actions/setup-dotnet@v5
63
63
with :
64
64
dotnet-version : ${{ matrix.dotnet }}
65
65
- name : Build .NET library
You can’t perform that action at this time.
0 commit comments