mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-07-30 09:26:35 -04:00
chore(deps): bump actions/setup-java from 5.4.0 to 5.6.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.4.0 to 5.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](1bcf9fb12c...03ad4de099)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 5.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Ivan Enderlin
parent
6f69f52674
commit
cd4b14d487
2
.github/workflows/bindings_ci.yml
vendored
2
.github/workflows/bindings_ci.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Use JDK 17
|
||||
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
|
||||
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5
|
||||
with:
|
||||
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||
java-version: '17'
|
||||
|
||||
Reference in New Issue
Block a user