Skip to content

Commit

Permalink
Bump actions/setup-java from 4.4.0 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.4.0...v4.5.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]>
  • Loading branch information
dependabot[bot] authored and ahus1 committed Oct 26, 2024
1 parent 238ad93 commit 45f9072
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 17
distribution: 'zulu'
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 17
distribution: 'zulu'
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:

# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 17
distribution: 'zulu'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 17
distribution: 'zulu'
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 17
distribution: 'zulu'
Expand Down

0 comments on commit 45f9072

Please sign in to comment.