Skip to content

Commit 11b8955

Browse files
Bump coursier/setup-action from 1.3.8 to 1.3.9
Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.8 to 1.3.9. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](coursier/setup-action@v1.3.8...v1.3.9) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b202524 commit 11b8955

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: coursier/[email protected].8
23+
- uses: coursier/[email protected].9
2424
with:
2525
apps: scalafmt
2626
- run: scalafmt --test
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ${{ matrix.os }}
4242
steps:
4343
- uses: actions/checkout@v4
44-
- uses: coursier/[email protected].8
44+
- uses: coursier/[email protected].9
4545
with:
4646
jvm: ${{ matrix.jvm }}
4747
apps: sbt

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: coursier/[email protected].8
10+
- uses: coursier/[email protected].9
1111
with:
1212
apps: sbt
1313
jvm: 'adopt:1.8'

0 commit comments

Comments
 (0)