From 76bd63208df48a3d728b04084f699dfec56df152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 06:45:59 +0000 Subject: [PATCH] Bump sbt/setup-sbt from 1.1.1 to 1.1.2 Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/sbt/setup-sbt/releases) - [Commits](https://github.com/sbt/setup-sbt/compare/646c82cdb36e794ff9ab674b60242d80d96910df...5fd9d0c4a5970c099aaf9200d4a3a7307ebc82e6) --- 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 d7d35f4..516aaf3 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@646c82cdb36e794ff9ab674b60242d80d96910df # v1.1.1 + - uses: sbt/setup-sbt@5fd9d0c4a5970c099aaf9200d4a3a7307ebc82e6 # v1.1.2 - 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 4f929b5..7806d00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: java-version: 8 distribution: temurin - - uses: sbt/setup-sbt@646c82cdb36e794ff9ab674b60242d80d96910df # v1.1.1 + - uses: sbt/setup-sbt@5fd9d0c4a5970c099aaf9200d4a3a7307ebc82e6 # v1.1.2 - run: sbt ci-release if: ${{ github.repository_owner == 'sbt' }} env: