Skip to content

Commit a388fee

Browse files
Bump coursier/setup-action from 1.2.0.pre.M1 to 1.2.0.pre.M3 (#52)
Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.2.0.pre.M1 to 1.2.0.pre.M3. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](coursier/setup-action@v1.2.0-M1...v1.2.0-M3) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 768c3a4 commit a388fee

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
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/[email protected]
17-
- uses: coursier/[email protected]M1
17+
- uses: coursier/[email protected]M3
1818
with:
1919
jvm: "graalvm-java17:21.3.0"
2020
- name: Check formatting
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
submodules: true
3636
fetch-depth: 0
37-
- uses: coursier/[email protected]M1
37+
- uses: coursier/[email protected]M3
3838
with:
3939
jvm: ${{ matrix.jdk }}
4040
- name: Set up environment
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
submodules: true
7676
fetch-depth: 0
77-
- uses: coursier/[email protected]M1
77+
- uses: coursier/[email protected]M3
7878
with:
7979
jvm: ${{ matrix.jdk }}
8080
- name: Set up environment
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
submodules: true
126126
fetch-depth: 0
127-
- uses: coursier/[email protected]M1
127+
- uses: coursier/[email protected]M3
128128
with:
129129
jvm: ${{ matrix.jdk }}
130130
- name: Publish GraalVM Native artifacts
@@ -169,7 +169,7 @@ jobs:
169169
with:
170170
submodules: true
171171
fetch-depth: 0
172-
- uses: coursier/[email protected]M1
172+
- uses: coursier/[email protected]M3
173173
with:
174174
jvm: ${{ matrix.jdk }}
175175
- name: Install GraalVM Native Image
@@ -233,7 +233,7 @@ jobs:
233233
with:
234234
submodules: true
235235
fetch-depth: 0
236-
- uses: coursier/[email protected]M1
236+
- uses: coursier/[email protected]M3
237237
with:
238238
jvm: ${{ matrix.jdk }}
239239
- name: Download built GraalVM binaries

0 commit comments

Comments
 (0)