From 8a0c5d034ea042749ea4f55c4ebe74f41f758dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 22:44:34 +0000 Subject: [PATCH] Bump sbt/setup-sbt from 1.1.4 to 1.1.5 Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/sbt/setup-sbt/releases) - [Commits](https://github.com/sbt/setup-sbt/compare/50a38cca700907fb9df65ecabcefb85ebaa424a7...96cf3f09dc501acdad7807fffe97dba9fa0709be) --- updated-dependencies: - dependency-name: sbt/setup-sbt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 b4dcff2..c39cd37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: java-version: ${{matrix.java}} distribution: temurin - - uses: sbt/setup-sbt@50a38cca700907fb9df65ecabcefb85ebaa424a7 # v1.1.4 + - uses: sbt/setup-sbt@96cf3f09dc501acdad7807fffe97dba9fa0709be # v1.1.5 - uses: coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6 - run: | git config --global user.email "example@example.com" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7640b9d..8951b0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: with: java-version: 8 distribution: temurin - - uses: sbt/setup-sbt@50a38cca700907fb9df65ecabcefb85ebaa424a7 # v1.1.4 + - uses: sbt/setup-sbt@96cf3f09dc501acdad7807fffe97dba9fa0709be # v1.1.5 - run: sbt ci-release if: ${{ github.repository_owner == 'sbt' }} env: