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 10, 2023
1 parent 144cce4 commit ec4408f
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 @@ -58,7 +58,7 @@ jobs:
- name: Setup libmongoc
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 @@ -74,7 +74,7 @@ jobs:
- name: Setup libmongoc
run: ./scripts/setup.sh

- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
Expand Down Expand Up @@ -187,7 +187,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 @@ -72,7 +72,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 ec4408f

Please sign in to comment.