Skip to content

Commit

Permalink
Bump actions/setup-java from 4.2.2 to 4.4.0 (#145)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.2 to 4.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.2...v4.4.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>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent 022b1d8 commit 5c97ee3
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@v4.2.2
uses: actions/setup-java@v4.4.0
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@v4.2.2
uses: actions/setup-java@v4.4.0
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@v4.2.2
uses: actions/setup-java@v4.4.0
with:
java-version: 18
distribution: 'corretto'
Expand Down

0 comments on commit 5c97ee3

Please sign in to comment.