Skip to content

Commit

Permalink
github-actions(deps): bump actions/setup-java from 3.10.0 to 3.13.0 (#…
Browse files Browse the repository at this point in the history
…289)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.10.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3.10.0...v3.13.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SByte <[email protected]>
  • Loading branch information
dependabot[bot] and sbxte authored Jan 25, 2025
1 parent 2947dd7 commit 63c57eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3.10.0
- name: Set up JDK 17
uses: actions/setup-java@v3.13.0
with:
java-version: 21
distribution: 'zulu'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3.10.0
- name: Set up JDK 17
uses: actions/setup-java@v3.13.0
with:
java-version: 21
distribution: 'zulu'
Expand Down

0 comments on commit 63c57eb

Please sign in to comment.