Skip to content

Commit b3e5633

Browse files
Update sbt/setup-sbt action to v1.1.20 (#752)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f728dd8 commit b3e5633

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-all-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
java-version: 25
2626
distribution: liberica
27-
- uses: sbt/setup-sbt@6bec67c98f542b9e17369bfca0ec822ac1363194 # v1.1.19
27+
- uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
2828
- name: 'Build all examples'
2929
run: java src/Builder.java
3030
- name: 'Check automation for updating versions'

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
java-version: 25
4040
distribution: liberica
41-
- uses: sbt/setup-sbt@6bec67c98f542b9e17369bfca0ec822ac1363194 # v1.1.19
41+
- uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
4242
- name: Initialize CodeQL
4343
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
4444
with:

0 commit comments

Comments
 (0)