chore(deps): update actions/setup-java action to v4 (#18)
* chore(deps): update actions/setup-java action to v4 * add distribution --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Czarek Nakamoto <cyjan@mrcyjanek.net>
This commit is contained in:
3
.github/workflows/cake_wallet.yaml
vendored
3
.github/workflows/cake_wallet.yaml
vendored
@@ -63,8 +63,9 @@ jobs:
|
||||
swap-storage: true
|
||||
docker-images: true
|
||||
|
||||
- uses: actions/setup-java@v1
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: "11.x"
|
||||
- name: Configure placeholder git details
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user