Skip to content

Commit

Permalink
chore(deps): bump actions/setup-java from 4.1.0 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.1.0...v4.2.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>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 105f413 commit 9c488c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
entrypoint_script_ext: ''
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.1.0
- uses: actions/setup-java@v4.2.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4.1.0
- uses: actions/setup-java@v4.2.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.1.0
- uses: actions/setup-java@v4.2.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
entrypoint_script_ext: ''
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.1.0
- uses: actions/setup-java@v4.2.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down

0 comments on commit 9c488c6

Please sign in to comment.