Skip to content

Commit b7ac922

Browse files
dependabot[bot]xuwei-k
authored andcommitted
Bump sbt/setup-sbt from 1.1.16 to 1.1.18
Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.16 to 1.1.18. - [Release notes](https://github.com/sbt/setup-sbt/releases) - [Commits](sbt/setup-sbt@ae54f7c...1cad58d) --- updated-dependencies: - dependency-name: sbt/setup-sbt dependency-version: 1.1.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4296b0 commit b7ac922

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
java-version: ${{matrix.java}}
2929
distribution: temurin
30-
- uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
30+
- uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
3131
- uses: coursier/cache-action@e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7 # v6.4.8
3232
- if: ${{ matrix.scala == 'latest' }}
3333
run: sbt -v
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
java-version: 21
5858
distribution: temurin
59-
- uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
59+
- uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
6060
- uses: actions/setup-node@v6
6161
with:
6262
node-version: 22
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
java-version: 8
8080
distribution: temurin
81-
- uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
81+
- uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
8282
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8383
- name: Install pandoc
8484
run: ./.github/install_pandoc.sh

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
java-version: 8
1616
distribution: temurin
17-
- uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
17+
- uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)