From b41cc77d45c337c921ccccea0f855a3931fd5945 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Sep 2024 16:06:50 +0000 Subject: [PATCH 1/3] Update GitHub Action Versions --- .github/workflows/check-updates.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-updates.yml b/.github/workflows/check-updates.yml index 3394741..9ad645b 100644 --- a/.github/workflows/check-updates.yml +++ b/.github/workflows/check-updates.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.1.7 with: token: ${{ secrets.WORKFLOW_SECRET }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da9dd9c..f4b4b18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,11 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 - name: Set up Java id: setup-jre - uses: actions/setup-java@v1 + uses: actions/setup-java@v4.2.2 with: java-version: "11" architecture: x64 From 589eee40e6acec8049bfe0c15741529a8f9be78b Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sun, 1 Sep 2024 19:04:31 +0200 Subject: [PATCH 2/3] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4b4b18..81d4835 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: with: java-version: "11" architecture: x64 + distribution: oracle - name: Compile run: ./gradlew compileJava @@ -50,4 +51,4 @@ jobs: env: MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} - MAVEN_PUBLISH_REGISTRY_URL: "https://s01.oss.sonatype.org/content/repositories/releases/" \ No newline at end of file + MAVEN_PUBLISH_REGISTRY_URL: "https://s01.oss.sonatype.org/content/repositories/releases/" From 926a21c998a220d0ecc9c4caff712230a18eaaff Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sun, 1 Sep 2024 20:07:04 +0200 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81d4835..31d4179 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: java-version: "11" architecture: x64 - distribution: oracle + distribution: microsoft - name: Compile run: ./gradlew compileJava