Skip to content

Commit 97306f0

Browse files
dependabot[bot]xuwei-k
authored andcommitted
[7.x] 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 71f372f commit 97306f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v6.4.8
3232
- if: ${{ matrix.scala == 'latest' }}
3333
run: sbt -v
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
java-version: 21
5757
distribution: temurin
58-
- uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
58+
- uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
5959
- uses: actions/setup-node@v6
6060
with:
6161
node-version: 22

.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)