Skip to content

Commit

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

github-actions(deps): bump actions/setup-java from 4.1.0 to 4.2.0
  • Loading branch information
cqb13 authored Mar 13, 2024
2 parents 0f2f34d + 8027222 commit a39b95e
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 @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.2
- name: Set up JDK 17
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.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@v4.1.2
- name: Set up JDK 17
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.0
with:
java-version: 17
distribution: 'zulu'
Expand Down

0 comments on commit a39b95e

Please sign in to comment.