summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-07-28 08:36:38 +0200
committerGitHub <noreply@github.com>2024-07-28 08:36:38 +0200
commit09dc66d243657177f97717c277bc3ca9e50530f9 (patch)
tree4b6bed5c826b67517cd8803dcdb4db7b26294265
parent64895accd1315415b4e70e4eaff5ea2511e62672 (diff)
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>
-rw-r--r--.github/workflows/cake_wallet.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/cake_wallet.yaml b/.github/workflows/cake_wallet.yaml
index 27d8e88..46df4a7 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: |