Skip to content

Commit

Permalink
Merge pull request #103 from mybatis/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-java-3

Bump actions/setup-java from 2 to 3
  • Loading branch information
hazendaz committed Jul 10, 2022
2 parents d706586 + dd04d03 commit 731cd8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.distribution }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 8
distribution: zulu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yaml
Expand Up @@ -31,7 +31,7 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 11
distribution: zulu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonatype.yaml
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 11
distribution: zulu
Expand Down

0 comments on commit 731cd8d

Please sign in to comment.