Skip to content

Commit 6e19859

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

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@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
29+
- uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
3030
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 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@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
16+
- uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
1717
- run: sbt ci-release
1818
if: ${{ github.repository_owner == 'sbt' }}
1919
env:

0 commit comments

Comments
 (0)