Skip to content

Commit b913e57

Browse files
build(deps): bump coursier/setup-action from 1.2.0 to 1.2.1 (#113)
Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](coursier/setup-action@v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a7e06c commit b913e57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
submodules: true
1818
fetch-depth: 0
19-
- uses: coursier/[email protected].0
19+
- uses: coursier/[email protected].1
2020
with:
2121
apps: scalafmt
2222
jvm: "temurin:17"
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
submodules: true
3737
fetch-depth: 0
38-
- uses: coursier/[email protected].0
38+
- uses: coursier/[email protected].1
3939
with:
4040
jvm: "temurin:17"
4141
- name: Tests
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
submodules: true
5858
fetch-depth: 0
59-
- uses: coursier/[email protected].0
59+
- uses: coursier/[email protected].1
6060
with:
6161
jvm: "temurin:17"
6262
- name: Compile and test main projects
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
submodules: true
8181
fetch-depth: 0
82-
- uses: coursier/[email protected].0
82+
- uses: coursier/[email protected].1
8383
with:
8484
jvm: "temurin:17"
8585
- name: Release

0 commit comments

Comments
 (0)