Skip to content

Commit d6514ff

Browse files
dependabot[bot]MateuszKubuszok
authored andcommitted
Bump coursier/setup-action from 2.0.3 to 3.0.0
Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](coursier/setup-action@v2.0.3...v3.0.0) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44ac8e7 commit d6514ff

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# coursier parallel fetch is faster than cache download+upload on our custom runner machine
3030
# - uses: coursier/cache-action@v6
3131

32-
- uses: coursier/setup-action@v2.0.3
32+
- uses: coursier/setup-action@v3.0.0
3333
with:
3434
jvm: 'temurin:1.21.0.1' # TODO LB java version from matrix
3535
apps: sbt

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
23-
- uses: coursier/setup-action@v2.0.3
23+
- uses: coursier/setup-action@v3.0.0
2424
with:
2525
apps: scalafmt
2626
- name: Check code and docs formatting
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040
- uses: extractions/setup-just@v3
41-
- uses: coursier/setup-action@v2.0.3
41+
- uses: coursier/setup-action@v3.0.0
4242
with:
4343
apps: scala-cli sbt
4444
- name: Run snippets from documentation
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
fetch-depth: 0
6666
- uses: coursier/cache-action@v8
67-
- uses: coursier/setup-action@v2.0.3
67+
- uses: coursier/setup-action@v3.0.0
6868
with:
6969
jvm: ${{ matrix.jvm }}
7070
apps: sbt

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2323
passphrase: ${{ secrets.GPG_PASSPHRASE }}
24-
- uses: coursier/setup-action@v2.0.3
24+
- uses: coursier/setup-action@v3.0.0
2525
with:
2626
jvm: 'temurin:1.8.0-392'
2727
apps: sbt

0 commit comments

Comments
 (0)