From cfb27a2bb1d0dad23c2f276a69e6e2851a5e3840 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:53:23 +0000 Subject: [PATCH] chore(deps): update olafurpg/setup-scala action to v14 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58cec3dc..e30c7208 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 100 - name: Fetch tags run: git fetch --depth=100 origin +refs/tags/*:refs/tags/* - - uses: olafurpg/setup-scala@v13 + - uses: olafurpg/setup-scala@v14 with: java-version: adopt@1.11 - name: gradle test ${{ github.ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e003b14..03fea835 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 100 - name: Fetch tags run: git fetch --depth=100 origin +refs/tags/*:refs/tags/* - - uses: olafurpg/setup-scala@v13 + - uses: olafurpg/setup-scala@v14 with: java-version: adopt@1.11 - name: Sonatype publishing ${{ github.ref }}