Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4 (#18)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and MrCyjaneK authored Jul 28, 2024
1 parent 64895ac commit 09dc66d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cake_wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 09dc66d

Please sign in to comment.