Skip to content

Commit 4ddcf3b

Browse files
ci: bump actions/checkout from v4 to v6 for Node.js 24
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 779a114 commit 4ddcf3b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout code #这部分是为了从github自动clone代码
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0 # Number of commits to fetch. 0 indicates all history for all branches and tags.Default: 1
2323
submodules: true

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout code #这部分是为了从github自动clone代码
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
submodules: true
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Checkout code #这部分是为了从github自动clone代码
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v6
6363
with:
6464
fetch-depth: 0
6565
submodules: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: Checkout code #这部分是为了从github自动clone代码
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
submodules: true
2020

0 commit comments

Comments
 (0)