Skip to content

Commit

Permalink
Bump actions/setup-java from 3.13.0 to 4.2.2 (#132)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.13.0 to 4.2.2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3.13.0...v4.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent be3b0af commit c053703
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Set up JDK 18
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.2.2
with:
java-version: 18
distribution: 'corretto'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: '2'

- name: Set up JDK 18
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.2.2
with:
java-version: 18
distribution: 'corretto'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: '2'

- name: Set up JDK 18
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.2.2
with:
java-version: 18
distribution: 'corretto'
Expand Down

0 comments on commit c053703

Please sign in to comment.