Skip to content

Commit

Permalink
Bump actions/setup-java from 1 to 2.1.0 (nitaliano#1375)
Browse files Browse the repository at this point in the history
* Bump actions/setup-java from 1 to 2.1.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.1.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1...v2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

* switch to zulu and java 11

add necessary arguments after version increase

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kid Commit <26439946+ferdicus@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ferdicus authored Jun 4, 2021
1 parent e15a1da commit e85e75f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v2.1.0
with:
java-version: 1.8
distribution: 'zulu'
java-version: '11'
- run: echo $MAPBOX_ACCESS_TOKEN > ./accesstoken
working-directory: example
env:
Expand Down

0 comments on commit e85e75f

Please sign in to comment.