Skip to content

Commit

Permalink
Update default coursier version to 2.1.2 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Apr 19, 2023
1 parent a0ee916 commit c23dc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Expand Up @@ -4,7 +4,7 @@ import * as os from 'os'
import * as path from 'path'
import * as tc from '@actions/tool-cache'

const csVersion = core.getInput('version') || '2.1.0-M7-39-gb8f3d7532'
const csVersion = core.getInput('version') || '2.1.2'

const coursierVersionSpec = csVersion

Expand Down

0 comments on commit c23dc1a

Please sign in to comment.