We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8539532 commit 7993e22Copy full SHA for 7993e22
src/main.ts
@@ -4,7 +4,7 @@ import * as os from 'os'
4
import * as path from 'path'
5
import * as tc from '@actions/tool-cache'
6
7
-const csVersion = '2.1.0-M3'
+const csVersion = '2.1.0-M5'
8
const coursierVersionSpec = csVersion
9
10
async function execOutput(cmd: string, ...args: string[]): Promise<string> {
0 commit comments