From 2d027a80fa52adf1dde409b3f112c465a79127db Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 7 Dec 2022 19:42:55 +0000 Subject: Update dependencies and Gradle --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a4dc97d..87fd901a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,13 +2,12 @@ name: Release on: [ workflow_dispatch ] # Manual trigger jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 container: - image: openjdk:17-jdk + image: eclipse-temurin:19-jdk options: --user root steps: - - uses: actions/checkout@v1 - - uses: gradle/wrapper-validation-action@v1 + - uses: actions/checkout@v3 - run: ./gradlew checkVersion build publish --stacktrace env: MAVEN_URL: ${{ secrets.MAVEN_URL }} -- cgit v1.2.3