Skip to content

Commit 3567af8

Browse files
authored
update actions/setup-java
1 parent e4e0254 commit 3567af8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
~/.ivy2/cache
1616
~/.cache/coursier
1717
key: ${{ runner.os }}-sbt-docs-${{ hashFiles('**/*.sbt') }}
18-
- uses: actions/setup-java@v1
18+
- uses: actions/setup-java@v3
1919
with:
2020
java-version: 8
21+
distribution: temurin
2122
- uses: olafurpg/setup-gpg@v3
2223
if: startsWith(github.ref, 'refs/tags/v')
2324
- name: "Publish release: ${{github.ref}}"

0 commit comments

Comments
 (0)