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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and xuwei-k committed Oct 21, 2024
1 parent c6ca127 commit 619117d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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
- if: ${{ matrix.scala == 'latest' }}
run: sbt -v
Expand All @@ -54,7 +54,7 @@ jobs:
with:
java-version: 21
distribution: temurin
- uses: sbt/setup-sbt@8a071aa780c993c7a204c785d04d3e8eb64ef272 # v1.1.0
- uses: sbt/setup-sbt@646c82cdb36e794ff9ab674b60242d80d96910df # v1.1.1
- uses: actions/setup-node@v4
with:
node-version: 22
Expand All @@ -76,7 +76,7 @@ jobs:
with:
java-version: 8
distribution: temurin
- uses: sbt/setup-sbt@8a071aa780c993c7a204c785d04d3e8eb64ef272 # v1.1.0
- uses: sbt/setup-sbt@646c82cdb36e794ff9ab674b60242d80d96910df # v1.1.1
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install pandoc
run: ./.github/install_pandoc.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.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
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
ref: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit 619117d

Please # to comment.