Skip to content

Commit fbbbd15

Browse files
authored
Merge pull request #2488 from brendandburns/release-17-pick
Cherry pick some github actions fixes into the release-17 branch.
2 parents 483f0dd + 4f5eeee commit fbbbd15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/setup-java@v3
3737
with:
3838
distribution: 'temurin'
39-
java-version: 8.0.x
39+
java-version: 17.0.x
4040
server-id: ossrh
4141
server-username: OSSRH_USERNAME
4242
server-password: OSSRH_TOKEN

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v3
2121
with:
2222
distribution: 'temurin'
23-
java-version: 8.0.x
23+
java-version: 17.0.x
2424
server-id: ossrh
2525
server-username: OSSRH_USERNAME
2626
server-password: OSSRH_TOKEN

0 commit comments

Comments
 (0)