Skip to content

Commit

Permalink
Bump actions/setup-java from 4.3.0 to 4.4.0 (#72)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.3.0...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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent bc6993a commit fba45ac
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.3.0
- uses: actions/setup-java@v4.4.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.3.0
uses: actions/setup-java@v4.4.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.3
id: tagName
- name: Setup Java
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: 21
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Setup Java
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: 21
Expand Down

0 comments on commit fba45ac

Please sign in to comment.