Merge pull request #283 from ZCShou/dependabot/github_actions/actions/checkout-5

chore(deps): bump actions/checkout from 4 to 5
This commit is contained in:
ZCShou 2025-08-13 09:20:52 +08:00 committed by GitHub
commit 0382d342eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -43,7 +43,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set Swap Space
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0
with: