From 09dc66d243657177f97717c277bc3ca9e50530f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 08:36:38 +0200 Subject: [PATCH] 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 --- .github/workflows/cake_wallet.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cake_wallet.yaml b/.github/workflows/cake_wallet.yaml index 27d8e883..46df4a79 100644 --- a/.github/workflows/cake_wallet.yaml +++ b/.github/workflows/cake_wallet.yaml @@ -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: |