From f92804dff0fa4c5203e9a07934c0680050aeae04 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 20 Oct 2023 21:15:28 +0900 Subject: [PATCH] update actions/setup-java --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99e7d32..a25ab2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,9 +15,10 @@ jobs: ~/.ivy2/cache ~/.cache/coursier key: ${{ runner.os }}-sbt-docs-${{ hashFiles('**/*.sbt') }} - - uses: actions/setup-java@v1 + - uses: actions/setup-java@v4 with: java-version: 8 + distribution: temurin - uses: olafurpg/setup-gpg@v3 if: startsWith(github.ref, 'refs/tags/v') - name: "Publish release: ${{github.ref}}"