Skip to content

Commit

Permalink
Bump actions/setup-java from 4.2.1 to 4.3.0 (#327)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.1...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>
Co-authored-by: Marc P <mperlman@codeforamerica.org>
  • Loading branch information
dependabot[bot] and cram-cfa committed Sep 19, 2024
1 parent d844448 commit c2c287b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up ChromeDriver
uses: nanasess/setup-chromedriver@v2.2.2
- name: Set up JDK
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4.3.0
with:
distribution: 'adopt'
java-version: '17'
Expand Down

0 comments on commit c2c287b

Please sign in to comment.