Skip to content

Commit

Permalink
Merge pull request #669 from Gedochao/update/coursier-2.1.18
Browse files Browse the repository at this point in the history
Bump `coursier` to 2.1.18
  • Loading branch information
tgodzik authored Nov 22, 2024
2 parents 729e96a + 766bb30 commit 193a747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const architecture_aarch64 = 'aarch64'

const architecture = getArchitecture()

const csDefaultVersion_x86_64 = '2.1.17'
const csDefaultVersion_aarch64 = '2.1.17'
const csDefaultVersion_x86_64 = '2.1.18'
const csDefaultVersion_aarch64 = '2.1.18'

const csVersion =
core.getInput('version') ||
Expand Down

0 comments on commit 193a747

Please sign in to comment.