Skip to content

Commit

Permalink
build(deps): bump actions/setup-java from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 73d4c3e commit b430dc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git push origin HEAD:master
# OSSRH
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: 17
Expand All @@ -51,7 +51,7 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.gpg_passphrase }}

# # GitHub
# - uses: actions/setup-java@v3
# - uses: actions/setup-java@v4
# with:
# distribution: "temurin"
# java-version: 11
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snaphots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: 17
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4

# OSSRH
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: 17
Expand Down

0 comments on commit b430dc5

Please sign in to comment.