We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605141b commit 3c1be7dCopy full SHA for 3c1be7d
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
19
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- name: Set up JDK ${{ matrix.java }} ${{ matrix.distribution }}
23
uses: actions/setup-java@v4
24
with:
.github/workflows/site.yaml
@@ -13,7 +13,7 @@ jobs:
13
if: github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
14
runs-on: ubuntu-latest
15
16
17
- name: Set up JDK
0 commit comments