Skip to content

Commit

Permalink
build(deps): bump actions/setup-java from 4.4.0 to 4.5.0 (#863)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent bd10c3e commit f22d47c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 18

- name: set up JDK 11
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-ubuntu-ionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup JDK 11
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: "temurin"
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/[email protected]

- name: set up JDK 11
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: "temurin"
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup JDK 11
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: "temurin"
java-version: 11
Expand Down

0 comments on commit f22d47c

Please sign in to comment.