Skip to content

Commit 7993e22

Browse files
Update coursier to 2.1.0-M5 (#180)
1 parent 8539532 commit 7993e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as os from 'os'
44
import * as path from 'path'
55
import * as tc from '@actions/tool-cache'
66

7-
const csVersion = '2.1.0-M3'
7+
const csVersion = '2.1.0-M5'
88
const coursierVersionSpec = csVersion
99

1010
async function execOutput(cmd: string, ...args: string[]): Promise<string> {

0 commit comments

Comments
 (0)