Skip to content

Commit 1094ed2

Browse files
authored
Merge pull request #2329 from scalacenter/dependabot/github_actions/coursier/setup-action-2
Bump coursier/setup-action from 1 to 2
2 parents 0c7f5af + dadaecf commit 1094ed2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}-latest
1919
steps:
2020
- uses: actions/checkout@v6
21-
- uses: coursier/setup-action@v1
21+
- uses: coursier/setup-action@v2
2222
with:
2323
apps: sbt
2424
jvm: zulu:${{ matrix.jvm }}
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v6
34-
- uses: coursier/setup-action@v1
34+
- uses: coursier/setup-action@v2
3535
with:
3636
apps: sbt
3737
- run: sbt ci-docs
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- uses: actions/checkout@v6
43-
- uses: coursier/setup-action@v1
43+
- uses: coursier/setup-action@v2
4444
with:
4545
apps: sbt
4646
- run: ./bin/scalafmt --test
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v6
5353
with:
5454
fetch-depth: 0
55-
- uses: coursier/setup-action@v1
55+
- uses: coursier/setup-action@v2
5656
with:
5757
apps: sbt
5858
- run: sbt versionPolicyCheck

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0
13-
- uses: coursier/setup-action@v1
13+
- uses: coursier/setup-action@v2
1414
with:
1515
apps: sbt
1616
- name: Publish ${{ github.ref }} (without wiping sonatype-stats)

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0
13-
- uses: coursier/setup-action@v1
13+
- uses: coursier/setup-action@v2
1414
with:
1515
apps: sbt
1616
jvm: temurin:8

0 commit comments

Comments
 (0)