Skip to content

Commit 311c5dc

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 0544fe2 commit 311c5dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 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
jvm: "graalvm-java17:21.3.0"
2323
- name: Check formatting
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
submodules: true
3737
fetch-depth: 0
38-
- uses: coursier/setup-action@v1.2.0-M3
38+
- uses: coursier/setup-action@v1.2.0
3939
with:
4040
jvm: ${{ matrix.jdk }}
4141
- name: Tests
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
submodules: true
6363
fetch-depth: 0
64-
- uses: coursier/setup-action@v1.2.0-M3
64+
- uses: coursier/setup-action@v1.2.0
6565
with:
6666
jvm: ${{ matrix.jdk }}
6767
- name: Set up environment
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
submodules: true
110110
fetch-depth: 0
111-
- uses: coursier/setup-action@v1.2.0-M3
111+
- uses: coursier/setup-action@v1.2.0
112112
with:
113113
jvm: ${{ matrix.jdk }}
114114
- name: Publish GraalVM Native artifacts
@@ -153,7 +153,7 @@ jobs:
153153
with:
154154
submodules: true
155155
fetch-depth: 0
156-
- uses: coursier/setup-action@v1.2.0-M3
156+
- uses: coursier/setup-action@v1.2.0
157157
with:
158158
jvm: ${{ matrix.jdk }}
159159
- name: Install GraalVM Native Image
@@ -216,7 +216,7 @@ jobs:
216216
with:
217217
submodules: true
218218
fetch-depth: 0
219-
- uses: coursier/setup-action@v1.2.0-M3
219+
- uses: coursier/setup-action@v1.2.0
220220
with:
221221
jvm: ${{ matrix.jdk }}
222222
- name: Download built GraalVM binaries

0 commit comments

Comments
 (0)