Skip to content

Commit

Permalink
ci(deps): update actions/setup-java action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 25, 2022
1 parent cac5f7d commit 58a9e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Run tests via ${{ matrix.jdk-dist }} JDK v${{ matrix.java-version }}, on ${{ matrix.os }}
steps:
- name: Set ${{ matrix.jdk-dist }} JDK v${{ matrix.java-version }}
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: ${{ matrix.jdk-dist }}
java-version: ${{ matrix.java-version }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
ORG_GRADLE_PROJECT_nodeVersion: ${{ matrix.node-version }}
steps:
- name: Set ${{ matrix.jdk-dist }} JDK v${{ matrix.java-version }}
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: ${{ matrix.jdk-dist }}
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit 58a9e0f

Please sign in to comment.