Skip to content

Commit d68e27b

Browse files
committed
Update ci-workflow.yml
1 parent 5525707 commit d68e27b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ jobs:
77
name: Build and run
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v1
11-
- uses: actions/setup-java@v1
10+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
11+
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
1212
with:
13-
java-version: '17'
13+
java-version: '21.0.5+11.0.LTS'
14+
distribution: 'Temurin'
1415
- name: Run.sh
1516
env:
1617
DEFOLD_USER: [email protected]

0 commit comments

Comments
 (0)