Skip to content

Commit 1fd0d16

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
java-version: ${{matrix.java}}
2828
distribution: zulu
29-
- uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
29+
- uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
3030
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v6.4.8
3131
- run: |
3232
git config --global user.email "example@example.com"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
java-version: 8
1515
distribution: temurin
16-
- uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
16+
- uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
1717
- run: sbt ci-release
1818
if: ${{ github.repository_owner == 'sbt' }}
1919
env:

0 commit comments

Comments
 (0)