Skip to content

Commit

Permalink
Revert to mainline GitHub action because actions/setup-java#226 merged
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Cox <1038350+ind1go@users.noreply.github.com>
  • Loading branch information
ind1go committed Apr 1, 2022
1 parent 62f725d commit 510068f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-scheduled-build.yml
Expand Up @@ -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'
Expand Down

0 comments on commit 510068f

Please sign in to comment.