Skip to content

Commit

Permalink
build(deps): bump actions/setup-java from 2.4.0 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.4.0 to 4.2.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v2.4.0...v4.2.1)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 199276a commit b1634c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: ${{ inputs.NVMRC }}

- name: Setup JDK zulu 11
uses: actions/setup-java@v2.4.0
uses: actions/setup-java@v4.2.1
with:
distribution: 'zulu'
java-version: '11'
Expand Down

0 comments on commit b1634c2

Please sign in to comment.