Skip to content

Commit

Permalink
Merge pull request #20 from bgalek/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-java-3

Bump actions/setup-java from 1 to 3
  • Loading branch information
github-actions[bot] authored Aug 29, 2022
2 parents b9a3583 + 45d7862 commit b35f961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
Expand Down

0 comments on commit b35f961

Please sign in to comment.