Skip to content

Commit

Permalink
ci(deps): bump actions/setup-java from 4.2.2 to 4.3.0 (#182)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.2...v4.3.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] committed Sep 9, 2024
1 parent dd6c756 commit 6a3fd5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Java ${{ matrix.java }}
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: adopt
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: Setup Java 11
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: adopt
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Java 11
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: adopt
java-version: 11
Expand Down

0 comments on commit 6a3fd5c

Please sign in to comment.