mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-22 16:56:40 -06:00
updated gh actions to j21
This commit is contained in:
parent
39cf7c3c14
commit
df39d7df90
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -23,10 +23,10 @@ jobs:
|
||||
name: setup java
|
||||
with:
|
||||
node-version: '16'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
java-package: jdk
|
||||
architecture: x64
|
||||
distribution: 'temurin'
|
||||
distribution: 'oracle'
|
||||
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v1
|
||||
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -44,8 +44,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
distribution: 'oracle'
|
||||
java-version: '21'
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
4
.github/workflows/preview.yml
vendored
4
.github/workflows/preview.yml
vendored
@ -27,8 +27,8 @@ jobs:
|
||||
- name: setup java
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
distribution: 'oracle'
|
||||
java-version: '21'
|
||||
java-package: jdk
|
||||
architecture: x64
|
||||
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -24,8 +24,8 @@ jobs:
|
||||
- name: setup java
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
distribution: 'oracle'
|
||||
java-version: '21'
|
||||
java-package: jdk
|
||||
architecture: x64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user