Skip to content

Commit 26dbb76

Browse files
build(deps): bump coursier/setup-action from 1.2.0.pre.M3 to 1.2.0
Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.2.0.pre.M3 to 1.2.0. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](coursier/setup-action@v1.2.0-M3...v1.2.0) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42f5623 commit 26dbb76

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
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
submodules: true
1919
fetch-depth: 0
20-
- uses: coursier/setup-action@v1.2.0-M3
20+
- uses: coursier/setup-action@v1.2.0
2121
with:
2222
apps: scalafmt
2323
jvm: "graalvm-java17:21.3.0"
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
submodules: true
3838
fetch-depth: 0
39-
- uses: coursier/setup-action@v1.2.0-M3
39+
- uses: coursier/setup-action@v1.2.0
4040
with:
4141
jvm: ${{ matrix.jdk }}
4242
- name: Tests
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
submodules: true
6464
fetch-depth: 0
65-
- uses: coursier/setup-action@v1.2.0-M3
65+
- uses: coursier/setup-action@v1.2.0
6666
with:
6767
jvm: ${{ matrix.jdk }}
6868
- name: Set up environment
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
submodules: true
113113
fetch-depth: 0
114-
- uses: coursier/setup-action@v1.2.0-M3
114+
- uses: coursier/setup-action@v1.2.0
115115
with:
116116
jvm: ${{ matrix.jdk }}
117117
- name: Download built GraalVM binaries

0 commit comments

Comments
 (0)