Skip to content

Commit c99bfc6

Browse files
committed
CI: update actions/checkout to v6
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent 597c5d4 commit c99bfc6

9 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/build-kernel-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build-kernel:
1717
runs-on: [self-hosted, linux, ARM64]
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v6
2020
- name: "Install Deps"
2121
run: |
2222
git config --global user.email $email

.github/workflows/build-kernel-loong64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build-kernel:
2121
runs-on: [self-hosted, linux, x64]
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v6
2424
- name: "Install Deps"
2525
run: |
2626
git config --global user.email $email

.github/workflows/build-kernel-riscv64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build-kernel:
2121
runs-on: [self-hosted, linux, x64]
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: "Install Deps"
2525
run: |
2626
git config --global user.email $email

.github/workflows/build-kernel-s390.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build-kernel:
1717
runs-on: [self-hosted, linux, S390]
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v6
2020
- name: "Install Deps"
2121
run: |
2222
git config --global user.email $email

.github/workflows/build-kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build-kernel:
2121
runs-on: [self-hosted, linux, x64]
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v6
2424
- name: "Install Deps"
2525
run: |
2626
git config --global user.email $email

.github/workflows/check-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: Install build dependencies
2020
run: |

.github/workflows/package-kernel-amd64-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build-kernel:
1616
runs-on: [self-hosted, linux, x64]
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v6
1919
- name: "Install Deps"
2020
run: |
2121
git config --global user.email $email

.github/workflows/package-kernel-arm64-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build-kernel:
1616
runs-on: [self-hosted, linux, ARM64]
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v6
1919
- name: "Install Deps"
2020
run: |
2121
git config --global user.email $email

.github/workflows/package-kernel-loong64-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build-kernel:
1616
runs-on: [self-hosted, linux, loong64]
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v6
1919
- name: "Install Deps"
2020
run: |
2121
git config --global user.email $email

0 commit comments

Comments
 (0)