Skip to content

Commit 38baacf

Browse files
Bump actions/checkout from 5 to 6 (#6416)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 430b312 commit 38baacf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+119
-119
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
-DNCNN_VULKAN=ON \
4444
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
submodules: true
4949

@@ -110,7 +110,7 @@ jobs:
110110
-DNCNN_VULKAN=ON \
111111
112112
steps:
113-
- uses: actions/checkout@v5
113+
- uses: actions/checkout@v6
114114
with:
115115
submodules: true
116116

.github/workflows/code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
apt-get update -y
2121
apt-get install -y astyle git
2222
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424

2525
- name: cache-clang-format
2626
id: cache-clang-format

.github/workflows/codeql-analysis.yml

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

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
with:
4848
# We must fetch at least the immediate parents so that if this is
4949
# a pull request then we can checkout the head.

.github/workflows/compare-binary-size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: checkout-pr-branch
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
ref: ${{ github.event.pull_request.head.ref }}
1919
repository: ${{ github.event.pull_request.head.repo.full_name }}
2020
submodules: true
2121
path: pr
2222

2323
- name: checkout-base-branch
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
ref: ${{ github.event.pull_request.base.ref }}
2727
repository: ${{ github.event.pull_request.base.repo.full_name }}

.github/workflows/elf-riscv32.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
rv32gc:
3333
runs-on: [self-hosted, linux, centos]
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636

3737
#- name: riscv-gnu-toolchain
3838
#run: |
@@ -41,7 +41,7 @@ jobs:
4141
#mv riscv riscv32-elf
4242

4343
#- name: checkout-riscv-pk
44-
#uses: actions/checkout@v5
44+
#uses: actions/checkout@v6
4545
#with:
4646
#repository: riscv/riscv-pk
4747
#path: riscv-pk
@@ -58,7 +58,7 @@ jobs:
5858
#make install
5959

6060
#- name: checkout-riscv-isa-sim
61-
#uses: actions/checkout@v5
61+
#uses: actions/checkout@v6
6262
#with:
6363
#repository: riscv-software-src/riscv-isa-sim
6464
#path: riscv-isa-sim

.github/workflows/elf-riscv64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
rv64gc:
3333
runs-on: [self-hosted, linux, centos]
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636

3737
#- name: riscv-gnu-toolchain
3838
#run: |
@@ -41,7 +41,7 @@ jobs:
4141
#mv riscv riscv64-elf
4242

4343
#- name: checkout-riscv-pk
44-
#uses: actions/checkout@v5
44+
#uses: actions/checkout@v6
4545
#with:
4646
#repository: riscv/riscv-pk
4747
#path: riscv-pk
@@ -58,7 +58,7 @@ jobs:
5858
#make install
5959

6060
#- name: checkout-riscv-isa-sim
61-
#uses: actions/checkout@v5
61+
#uses: actions/checkout@v6
6262
#with:
6363
#repository: riscv-software-src/riscv-isa-sim
6464
#path: riscv-isa-sim

.github/workflows/esp32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131

3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
with:
3535
submodules: true
3636

@@ -45,7 +45,7 @@ jobs:
4545
sudo apt-get install -y cmake ninja-build ccache
4646
4747
- name: Checkout ESP-IDF
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
with:
5050
repository: espressif/esp-idf
5151
path: esp-idf-install

.github/workflows/harmonyos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
-DNCNN_VULKAN=ON \
4444
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
submodules: true
4949

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
-DNCNN_VULKAN=ON \
7070
7171
steps:
72-
- uses: actions/checkout@v5
72+
- uses: actions/checkout@v6
7373
with:
7474
submodules: true
7575

.github/workflows/linux-aarch64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
aarch64-native:
3333
runs-on: ubuntu-24.04-arm
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636

3737
- name: build
3838
run: |
@@ -61,7 +61,7 @@ jobs:
6161
asan:
6262
runs-on: ubuntu-24.04-arm
6363
steps:
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565
- name: build
6666
run: |
6767
mkdir build && cd build
@@ -75,7 +75,7 @@ jobs:
7575
aarch64:
7676
runs-on: ubuntu-24.04
7777
steps:
78-
- uses: actions/checkout@v5
78+
- uses: actions/checkout@v6
7979

8080
- name: aarch64-gnu-toolchain
8181
run: |

0 commit comments

Comments
 (0)