Skip to content

Commit

Permalink
Bump actions/setup-java from 4.5.0 to 4.6.0 (#88)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.5.0...v4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent ff65a26 commit 8b92718
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 2
# required by release-tag.sh to allow pushing with another credentials so other workflows are triggered
persist-credentials: false
- uses: actions/setup-java@v4.5.0
- uses: actions/setup-java@v4.6.0
with:
distribution: temurin
java-version: 21
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
ref: trunk
- name: setup-java
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: temurin
java-version: 21
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: olegtarasov/get-tag@v2.1.4
id: tagName
- name: Setup Java
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: temurin
java-version: 21
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Setup Java
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: temurin
java-version: 21
Expand Down

0 comments on commit 8b92718

Please sign in to comment.