diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-07-28 08:36:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 08:36:38 +0200 |
| commit | 09dc66d243657177f97717c277bc3ca9e50530f9 (patch) | |
| tree | 4b6bed5c826b67517cd8803dcdb4db7b26294265 | |
| parent | 64895accd1315415b4e70e4eaff5ea2511e62672 (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.yaml | 3 |
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: | |
