Skip to content

Commit

Permalink
Merge pull request #27 from cqb13/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-java-3.12.0

github-actions(deps): bump actions/setup-java from 3.11.0 to 3.12.0
  • Loading branch information
cqb13 authored Aug 29, 2023
2 parents f309eb4 + 47d1d1c commit b40406e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3.6.0
- name: Set up JDK 17
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.12.0
with:
java-version: 17
distribution: 'zulu'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3.6.0
- name: Set up JDK 17
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.12.0
with:
java-version: 17
distribution: 'zulu'
Expand Down

0 comments on commit b40406e

Please sign in to comment.