From 510068fcf93cf0ccef2d6633aa7edb348c767ae3 Mon Sep 17 00:00:00 2001 From: Ben Cox <1038350+ind1go@users.noreply.github.com> Date: Fri, 1 Apr 2022 20:19:09 +0100 Subject: [PATCH] Revert to mainline GitHub action because actions/setup-java#226 merged Signed-off-by: Ben Cox <1038350+ind1go@users.noreply.github.com> --- .github/workflows/maven-build.yml | 2 +- .github/workflows/maven-scheduled-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index cd65eaf1..9ca4c583 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Setup Java - uses: bjhargrave/setup-java@a1600c1f88a7741e2420b0a657f2838cec4f09c5 + uses: actions/setup-java@v2 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/maven-scheduled-build.yml b/.github/workflows/maven-scheduled-build.yml index 5de9e64d..f69978b7 100644 --- a/.github/workflows/maven-scheduled-build.yml +++ b/.github/workflows/maven-scheduled-build.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Setup Java - uses: bjhargrave/setup-java@a1600c1f88a7741e2420b0a657f2838cec4f09c5 + uses: actions/setup-java@v2 with: java-version: '8' distribution: 'temurin'