Skip to content

Commit

Permalink
Merge pull request #193 from ind1go/mainline-setup-java
Browse files Browse the repository at this point in the history
Revert to mainline GitHub action because actions/setup-java#226 merged
  • Loading branch information
davenice committed Apr 4, 2022
2 parents 10fd869 + ab993e6 commit 654cd39
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 654cd39

Please sign in to comment.