Skip to content

Commit e708b32

Browse files
Update coursier/setup-action action to v2 (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15ba937 commit e708b32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
- uses: coursier/cache-action@v7
14-
- uses: coursier/setup-action@v1
14+
- uses: coursier/setup-action@v2
1515
with:
1616
jvm: temurin:11
1717
- run: sbt ci-release

.github/workflows/scala-steward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
name: Launch Scala Steward
1515
steps:
16-
- uses: coursier/setup-action@v1
16+
- uses: coursier/setup-action@v2
1717
with:
1818
jvm: temurin:11
1919
apps: sbt

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6
1919
- uses: coursier/cache-action@v7
20-
- uses: coursier/setup-action@v1
20+
- uses: coursier/setup-action@v2
2121
with:
2222
jvm: temurin:11
2323
- name: Run tests

0 commit comments

Comments
 (0)