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 2bcafff commit f6a1414Copy full SHA for f6a1414
1 file changed
src/main.ts
@@ -9,7 +9,7 @@ import * as tc from '@actions/tool-cache'
9
// but coursier is not published on npm
10
import { compareVersions } from 'compare-versions'
11
12
-const defaultVersion = '2.1.25-M19'
+const defaultVersion = '2.1.25-M26'
13
14
const csVersion = core.getInput('version') || defaultVersion
15
const useVirtusLabRepo =
0 commit comments