Skip to content

Commit ed782d8

Browse files
authored
Update action.yml
- Switch to java-setup@v4 - Switch default CLI version from 2.5.0 to 2.6.0
1 parent 68c54bc commit ed782d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
cli-version:
1313
description: 'Choose a CLI version. Versions: https://github.com/simplelocalize/simplelocalize-cli/releases'
1414
required: true
15-
default: '2.5.0'
15+
default: '2.6.0'
1616
api-key:
1717
description: 'Project API Key'
1818
required: false
@@ -25,7 +25,7 @@ runs:
2525
using: 'composite'
2626
steps:
2727
- name: "Setup Java"
28-
uses: actions/setup-java@v3
28+
uses: actions/setup-java@v4
2929
with:
3030
distribution: 'temurin'
3131
java-version: '20'

0 commit comments

Comments
 (0)