Skip to content

Commit 75d3090

Browse files
Bump sbt/setup-sbt from 1.2.1 to 1.4.0 (#485)
1 parent eef5028 commit 75d3090

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
java-version: '21'
2626
cache: 'sbt'
27-
- uses: sbt/setup-sbt@af116cce31c00823d3903ce687f9cda3a4f19f1b # v1, specifically v1.2.1
27+
- uses: sbt/setup-sbt@3afe9cf056c5d139bfc46579af1192d77a2f0821 # v1, specifically v1.4.0
2828
- name: Install native dependencies
2929
run: |
3030
sudo apt-get update
@@ -59,7 +59,7 @@ jobs:
5959
distribution: 'temurin'
6060
java-version: '21'
6161
cache: 'sbt'
62-
- uses: sbt/setup-sbt@af116cce31c00823d3903ce687f9cda3a4f19f1b # v1, specifically v1.2.1
62+
- uses: sbt/setup-sbt@3afe9cf056c5d139bfc46579af1192d77a2f0821 # v1, specifically v1.4.0
6363
- name: Install native dependencies
6464
run: |
6565
sudo apt-get update

0 commit comments

Comments
 (0)