Skip to content

Commit

Permalink
Bump sbt/setup-sbt from 1.1.2 to 1.1.3
Browse files Browse the repository at this point in the history
Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/sbt/setup-sbt/releases)
- [Commits](sbt/setup-sbt@5fd9d0c...4d1c55d)

---
updated-dependencies:
- dependency-name: sbt/setup-sbt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and xuwei-k committed Nov 4, 2024
1 parent 9428b3c commit da8831d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
java-version: ${{matrix.java}}
distribution: temurin
- uses: sbt/setup-sbt@5fd9d0c4a5970c099aaf9200d4a3a7307ebc82e6 # v1.1.2
- uses: sbt/setup-sbt@4d1c55d37e6b6207c2952be12394058d9b6e4aa1 # v1.1.3
- uses: coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6
- run: |
git config --global user.email "example@example.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
java-version: 8
distribution: temurin
- uses: sbt/setup-sbt@5fd9d0c4a5970c099aaf9200d4a3a7307ebc82e6 # v1.1.2
- uses: sbt/setup-sbt@4d1c55d37e6b6207c2952be12394058d9b6e4aa1 # v1.1.3
- run: sbt ci-release
if: ${{ github.repository_owner == 'sbt' }}
env:
Expand Down

0 comments on commit da8831d

Please sign in to comment.