Skip to content

Commit

Permalink
Bump actions/setup-java from v1 to v2 (#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 6, 2021
1 parent 08a2e76 commit 46ac495
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -39,8 +39,9 @@ jobs:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci

- name: 2. Set up Java ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}

- name: 3. Validate Gradle wrapper
Expand Down Expand Up @@ -85,8 +86,9 @@ jobs:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci

- name: Set up Java 8
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 8

- name: Build and publish to Bintray/MavenCentral
Expand Down

0 comments on commit 46ac495

Please sign in to comment.