mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-05 21:00:50 +08:00
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:
commit
51f7e771fd
2
.github/workflows/build-check.yml
vendored
2
.github/workflows/build-check.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
# 该 job 的一系列步骤。每个以“-”开头
|
||||
steps:
|
||||
# 检出我们的源代码
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# 设置 JDK
|
||||
- name: set up JDK 17
|
||||
|
||||
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user