Skip to content

Commit da86530

Browse files
Update action.yml to use latest juliaup (#112)
1 parent 1da6847 commit da86530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
internal-juliaup-version:
99
description: '[private internal]. The Juliaup version to install. This is not part of the public API of this action.'
1010
required: false
11-
default: '1.17.4' # Update this value whenever a new release of Juliaup is made.
11+
default: '1.18.2' # Update this value whenever a new release of Juliaup is made.
1212
runs:
1313
using: 'node20'
1414
main: 'dist/index.js'

0 commit comments

Comments
 (0)