bump GH actions

This commit is contained in:
ChrisHegarty 2023-11-03 16:05:54 +00:00
parent bc4f27d6d0
commit 4a49d417a7
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
java-version: 21
java-package: jdk
- name: Prepare caches
uses: ./.github/actions/gradle-caches

View File

@ -25,7 +25,7 @@ jobs:
# Operating systems to run on.
os: [ubuntu-latest]
# Test JVMs.
java: [ '17' ]
java: [ '21' ]
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}

View File

@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
java-version: 21
java-package: jdk
- name: Prepare caches