Skip to content

Commit 6300463

Browse files
dependabot[bot]xuwei-k
authored andcommitted
Bump sbt/setup-sbt from 1.1.20 to 1.1.22
Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.20 to 1.1.22. - [Release notes](https://github.com/sbt/setup-sbt/releases) - [Commits](sbt/setup-sbt@dd1ef7d...508b753) --- updated-dependencies: - dependency-name: sbt/setup-sbt dependency-version: 1.1.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0eca2f4 commit 6300463

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@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
29+
- uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
3030
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8.1.0
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: 17
1515
distribution: temurin
16-
- uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
16+
- uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
1717
- run: sbt ci-release
1818
if: ${{ github.repository_owner == 'sbt' }}
1919
env:

0 commit comments

Comments
 (0)