Merge pull request #66 from ZCShou/dependabot/github_actions/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
This commit is contained in:
ZCShou 2023-12-19 17:16:17 +08:00 committed by GitHub
commit 51f7e771fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
# 该 job 的一系列步骤。每个以“-”开头
steps:
# 检出我们的源代码
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# 设置 JDK
- name: set up JDK 17

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/checkout
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# 设置 JDK
- name: set up JDK 17