Skip to content

Commit

Permalink
Update default coursier version to 2.1.14 (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Oct 25, 2024
1 parent 303905f commit ff216cb
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 @@ -4,8 +4,8 @@ import * as os from 'os'
import * as path from 'path'
import * as tc from '@actions/tool-cache'

const defaultVersion_x86_64 = '2.1.10'
const defaultVersion_aarch64 = '2.1.10'
const defaultVersion_x86_64 = '2.1.14'
const defaultVersion_aarch64 = '2.1.14'

const architecture_x86_64 = 'x86_64'
const architecture_aarch64 = 'aarch64'
Expand Down

0 comments on commit ff216cb

Please sign in to comment.