We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec63d0 commit 0d4270cCopy full SHA for 0d4270c
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
dotnet-version: |
16
6.0.x
17
- name: Set up JDK 17
18
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
19
with:
20
distribution: 'temurin'
21
java-version: '17'
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
22
0 commit comments