We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5525707 commit d68e27bCopy full SHA for d68e27b
.github/workflows/ci-workflow.yml
@@ -7,10 +7,11 @@ jobs:
7
name: Build and run
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v1
11
- - uses: actions/setup-java@v1
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+ - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
12
with:
13
- java-version: '17'
+ java-version: '21.0.5+11.0.LTS'
14
+ distribution: 'Temurin'
15
- name: Run.sh
16
env:
17
DEFOLD_USER: [email protected]
0 commit comments