From de6315d24ea8613f68b8e64eae386900690e2bd5 Mon Sep 17 00:00:00 2001 From: Adrien Piquerez Date: Fri, 20 Dec 2024 13:02:03 +0100 Subject: [PATCH] Update release workflow --- .github/workflows/release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc525468..17e99e35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,11 +7,13 @@ jobs: publish: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: olafurpg/setup-scala@v10 - - uses: olafurpg/setup-gpg@v3 + - uses: coursier/setup-action@v1.3.8 + with: + apps: sbt + jvm: 'adopt:1.8.0-292' - run: sbt ci-release env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}