Skip to content

Commit

Permalink
Bump sbt/setup-sbt from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/sbt/setup-sbt/releases)
- [Commits](sbt/setup-sbt@8a071aa...646c82c)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and xuwei-k committed Oct 22, 2024
1 parent ef4389a commit 864f16f
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@8a071aa780c993c7a204c785d04d3e8eb64ef272 # v1.1.0
- uses: sbt/setup-sbt@646c82cdb36e794ff9ab674b60242d80d96910df # v1.1.1
- uses: coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6
- run: |
git config --global user.email "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
java-version: 8
distribution: temurin
- uses: sbt/setup-sbt@8a071aa780c993c7a204c785d04d3e8eb64ef272 # v1.1.0
- uses: sbt/setup-sbt@646c82cdb36e794ff9ab674b60242d80d96910df # v1.1.1
- run: sbt ci-release
if: ${{ github.repository_owner == 'sbt' }}
env:
Expand Down

0 comments on commit 864f16f

Please sign in to comment.