Skip to content

Commit

Permalink
Update actions/setup-java action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2023
1 parent 7969231 commit eb61822
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup native libraries
run: ./scripts/setup.sh

- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup native libraries
run: ./scripts/setup.sh

- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
if: ${{ matrix.repository.enabled == true }}
run: ./scripts/setup.sh

- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
if: ${{ matrix.repository.enabled == true }}
with:
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: ${{ github.event.inputs.runAtEnd == 'true' && startsWith(matrix.os.runner, github.event.inputs.runner) }}
run: ./scripts/setup.sh

- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
if: ${{ startsWith(matrix.os.runner, github.event.inputs.runner) }}
with:
distribution: 'adopt'
Expand Down

0 comments on commit eb61822

Please sign in to comment.