Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>tags/20220420
| @@ -25,7 +25,7 @@ jobs: | |||||
| android-armv7: | android-armv7: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: build | - name: build | ||||
| run: | | run: | | ||||
| mkdir build && cd build | mkdir build && cd build | ||||
| @@ -27,7 +27,7 @@ jobs: | |||||
| android-armv7-gpu: | android-armv7-gpu: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: build | - name: build | ||||
| @@ -25,7 +25,7 @@ jobs: | |||||
| android-aarch64: | android-aarch64: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: build | - name: build | ||||
| run: | | run: | | ||||
| mkdir build && cd build | mkdir build && cd build | ||||
| @@ -27,7 +27,7 @@ jobs: | |||||
| android-aarch64-gpu: | android-aarch64-gpu: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: build | - name: build | ||||
| @@ -54,7 +54,7 @@ jobs: | |||||
| android-aarch64-gpu-ndk-r16b: | android-aarch64-gpu-ndk-r16b: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: ndk-r16b | - name: ndk-r16b | ||||
| @@ -25,7 +25,7 @@ jobs: | |||||
| android-x86_64: | android-x86_64: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: build | - name: build | ||||
| run: | | run: | | ||||
| mkdir build && cd build | mkdir build && cd build | ||||
| @@ -27,7 +27,7 @@ jobs: | |||||
| android-x86_64-gpu: | android-x86_64-gpu: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: build | - name: build | ||||
| @@ -25,7 +25,7 @@ jobs: | |||||
| android-x86: | android-x86: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: build | - name: build | ||||
| run: | | run: | | ||||
| mkdir build && cd build | mkdir build && cd build | ||||
| @@ -27,7 +27,7 @@ jobs: | |||||
| android-x86-gpu: | android-x86-gpu: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: build | - name: build | ||||
| @@ -10,7 +10,7 @@ jobs: | |||||
| code-format: | code-format: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-clang-format | - name: cache-clang-format | ||||
| id: cache-clang-format | id: cache-clang-format | ||||
| @@ -36,7 +36,7 @@ jobs: | |||||
| steps: | steps: | ||||
| - name: Checkout repository | - name: Checkout repository | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| # We must fetch at least the immediate parents so that if this is | # We must fetch at least the immediate parents so that if this is | ||||
| # a pull request then we can checkout the head. | # a pull request then we can checkout the head. | ||||
| @@ -29,7 +29,7 @@ jobs: | |||||
| newlib-rv32imc-gcc: | newlib-rv32imc-gcc: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-riscv | - name: cache-riscv | ||||
| id: cache-riscv | id: cache-riscv | ||||
| @@ -46,7 +46,7 @@ jobs: | |||||
| - name: checkout-riscv-gnu-toolchain | - name: checkout-riscv-gnu-toolchain | ||||
| if: steps.cache-riscv.outputs.cache-hit != 'true' | if: steps.cache-riscv.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: riscv/riscv-gnu-toolchain | repository: riscv/riscv-gnu-toolchain | ||||
| path: riscv-gnu-toolchain | path: riscv-gnu-toolchain | ||||
| @@ -70,7 +70,7 @@ jobs: | |||||
| - name: checkout-riscv-pk | - name: checkout-riscv-pk | ||||
| if: steps.cache-riscv.outputs.cache-hit != 'true' | if: steps.cache-riscv.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: riscv/riscv-pk | repository: riscv/riscv-pk | ||||
| path: riscv-pk | path: riscv-pk | ||||
| @@ -88,7 +88,7 @@ jobs: | |||||
| - name: checkout-riscv-isa-sim | - name: checkout-riscv-isa-sim | ||||
| if: steps.cache-riscv.outputs.cache-hit != 'true' | if: steps.cache-riscv.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: riscv/riscv-isa-sim | repository: riscv/riscv-isa-sim | ||||
| path: riscv-isa-sim | path: riscv-isa-sim | ||||
| @@ -29,7 +29,7 @@ jobs: | |||||
| newlib-rv64gc-gcc: | newlib-rv64gc-gcc: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-riscv | - name: cache-riscv | ||||
| id: cache-riscv | id: cache-riscv | ||||
| @@ -46,7 +46,7 @@ jobs: | |||||
| - name: checkout-riscv-gnu-toolchain | - name: checkout-riscv-gnu-toolchain | ||||
| if: steps.cache-riscv.outputs.cache-hit != 'true' | if: steps.cache-riscv.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: riscv/riscv-gnu-toolchain | repository: riscv/riscv-gnu-toolchain | ||||
| path: riscv-gnu-toolchain | path: riscv-gnu-toolchain | ||||
| @@ -71,7 +71,7 @@ jobs: | |||||
| - name: checkout-riscv-pk | - name: checkout-riscv-pk | ||||
| if: steps.cache-riscv.outputs.cache-hit != 'true' | if: steps.cache-riscv.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: riscv/riscv-pk | repository: riscv/riscv-pk | ||||
| path: riscv-pk | path: riscv-pk | ||||
| @@ -89,7 +89,7 @@ jobs: | |||||
| - name: checkout-riscv-isa-sim | - name: checkout-riscv-isa-sim | ||||
| if: steps.cache-riscv.outputs.cache-hit != 'true' | if: steps.cache-riscv.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: riscv/riscv-isa-sim | repository: riscv/riscv-isa-sim | ||||
| path: riscv-isa-sim | path: riscv-isa-sim | ||||
| @@ -31,7 +31,7 @@ jobs: | |||||
| ios-iphone-os-gpu: | ios-iphone-os-gpu: | ||||
| runs-on: macos-latest | runs-on: macos-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: cache-openmp | - name: cache-openmp | ||||
| @@ -29,7 +29,7 @@ jobs: | |||||
| ios-iphone-os: | ios-iphone-os: | ||||
| runs-on: macos-latest | runs-on: macos-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-openmp | - name: cache-openmp | ||||
| id: cache-openmp | id: cache-openmp | ||||
| uses: actions/cache@v2.1.7 | uses: actions/cache@v2.1.7 | ||||
| @@ -29,7 +29,7 @@ jobs: | |||||
| ios-iphone-simulator: | ios-iphone-simulator: | ||||
| runs-on: macos-latest | runs-on: macos-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-openmp | - name: cache-openmp | ||||
| id: cache-openmp | id: cache-openmp | ||||
| uses: actions/cache@v2.1.7 | uses: actions/cache@v2.1.7 | ||||
| @@ -29,7 +29,7 @@ jobs: | |||||
| linux-gcc: | linux-gcc: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-qemu | - name: cache-qemu | ||||
| id: cache-qemu | id: cache-qemu | ||||
| @@ -39,7 +39,7 @@ jobs: | |||||
| key: qemu-aarch64-install-1 | key: qemu-aarch64-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -83,7 +83,7 @@ jobs: | |||||
| linux-gcc-arm82: | linux-gcc-arm82: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-qemu | - name: cache-qemu | ||||
| id: cache-qemu | id: cache-qemu | ||||
| @@ -93,7 +93,7 @@ jobs: | |||||
| key: qemu-aarch64-install-1 | key: qemu-aarch64-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -31,7 +31,7 @@ jobs: | |||||
| linux-gcc-arm: | linux-gcc-arm: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-qemu | - name: cache-qemu | ||||
| id: cache-qemu | id: cache-qemu | ||||
| @@ -41,7 +41,7 @@ jobs: | |||||
| key: qemu-arm-install-1 | key: qemu-arm-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -85,7 +85,7 @@ jobs: | |||||
| linux-gcc-armhf: | linux-gcc-armhf: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-qemu | - name: cache-qemu | ||||
| id: cache-qemu | id: cache-qemu | ||||
| @@ -95,7 +95,7 @@ jobs: | |||||
| key: qemu-arm-install-1 | key: qemu-arm-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -139,7 +139,7 @@ jobs: | |||||
| linux-gcc-armhf-vfpv3-d16: | linux-gcc-armhf-vfpv3-d16: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-qemu | - name: cache-qemu | ||||
| id: cache-qemu | id: cache-qemu | ||||
| @@ -149,7 +149,7 @@ jobs: | |||||
| key: qemu-arm-install-1 | key: qemu-arm-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -31,7 +31,7 @@ jobs: | |||||
| linux-gcc-mipsel: | linux-gcc-mipsel: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-qemu | - name: cache-qemu | ||||
| id: cache-qemu | id: cache-qemu | ||||
| @@ -41,7 +41,7 @@ jobs: | |||||
| key: qemu-mipsel-install-1 | key: qemu-mipsel-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -74,7 +74,7 @@ jobs: | |||||
| linux-gcc-mipsisa32r6el: | linux-gcc-mipsisa32r6el: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-qemu | - name: cache-qemu | ||||
| id: cache-qemu | id: cache-qemu | ||||
| @@ -84,7 +84,7 @@ jobs: | |||||
| key: qemu-mipsel-install-1 | key: qemu-mipsel-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -31,7 +31,7 @@ jobs: | |||||
| linux-gcc-mips64el: | linux-gcc-mips64el: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-qemu | - name: cache-qemu | ||||
| id: cache-qemu | id: cache-qemu | ||||
| @@ -41,7 +41,7 @@ jobs: | |||||
| key: qemu-mips64el-install-1 | key: qemu-mips64el-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -74,7 +74,7 @@ jobs: | |||||
| linux-gcc-mipsisa64r6el: | linux-gcc-mipsisa64r6el: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-qemu | - name: cache-qemu | ||||
| id: cache-qemu | id: cache-qemu | ||||
| @@ -84,7 +84,7 @@ jobs: | |||||
| key: qemu-mips64el-install-1 | key: qemu-mips64el-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -27,7 +27,7 @@ jobs: | |||||
| linux-gcc-ppc64le: | linux-gcc-ppc64le: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-qemu | - name: cache-qemu | ||||
| id: cache-qemu | id: cache-qemu | ||||
| @@ -37,7 +37,7 @@ jobs: | |||||
| key: qemu-ppc64le-install-1 | key: qemu-ppc64le-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -31,7 +31,7 @@ jobs: | |||||
| linux-gcc-riscv64: | linux-gcc-riscv64: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-qemu | - name: cache-qemu | ||||
| id: cache-qemu | id: cache-qemu | ||||
| @@ -41,7 +41,7 @@ jobs: | |||||
| key: qemu-riscv64-install-1 | key: qemu-riscv64-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -74,7 +74,7 @@ jobs: | |||||
| linux-gcc-riscv64-rvv: | linux-gcc-riscv64-rvv: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-qemu | - name: cache-qemu | ||||
| id: cache-qemu | id: cache-qemu | ||||
| @@ -91,7 +91,7 @@ jobs: | |||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: sifive/qemu | repository: sifive/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -128,7 +128,7 @@ jobs: | |||||
| - name: checkout-riscv-gnu-toolchain | - name: checkout-riscv-gnu-toolchain | ||||
| if: steps.cache-riscv.outputs.cache-hit != 'true' | if: steps.cache-riscv.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: riscv/riscv-gnu-toolchain | repository: riscv/riscv-gnu-toolchain | ||||
| path: riscv-gnu-toolchain | path: riscv-gnu-toolchain | ||||
| @@ -31,7 +31,7 @@ jobs: | |||||
| python-version: [3.6, 3.7, 3.8, 3.9] | python-version: [3.6, 3.7, 3.8, 3.9] | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: set up python ${{ matrix.python-version }} | - name: set up python ${{ matrix.python-version }} | ||||
| @@ -35,7 +35,7 @@ jobs: | |||||
| linux-clang: | linux-clang: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: update | - name: update | ||||
| run: sudo apt-get update | run: sudo apt-get update | ||||
| - name: protobuf | - name: protobuf | ||||
| @@ -102,7 +102,7 @@ jobs: | |||||
| linux-clang-simplestl: | linux-clang-simplestl: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: build-simplestl | - name: build-simplestl | ||||
| env: | env: | ||||
| CC: clang | CC: clang | ||||
| @@ -35,7 +35,7 @@ jobs: | |||||
| linux-gcc: | linux-gcc: | ||||
| runs-on: ubuntu-18.04 | runs-on: ubuntu-18.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: update | - name: update | ||||
| run: sudo apt-get update | run: sudo apt-get update | ||||
| - name: protobuf | - name: protobuf | ||||
| @@ -84,7 +84,7 @@ jobs: | |||||
| linux-gcc-cpp03-nostdio-nostring-simplestl: | linux-gcc-cpp03-nostdio-nostring-simplestl: | ||||
| runs-on: ubuntu-18.04 | runs-on: ubuntu-18.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: build-nostdio | - name: build-nostdio | ||||
| run: | | run: | | ||||
| mkdir build-nostdio && cd build-nostdio | mkdir build-nostdio && cd build-nostdio | ||||
| @@ -108,7 +108,7 @@ jobs: | |||||
| linux-gcc-avx512: | linux-gcc-avx512: | ||||
| runs-on: [self-hosted, linux] | runs-on: [self-hosted, linux] | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: build | - name: build | ||||
| env: | env: | ||||
| CC: gcc | CC: gcc | ||||
| @@ -32,7 +32,7 @@ jobs: | |||||
| matrix: | matrix: | ||||
| python-version: [3.6, 3.8] | python-version: [3.6, 3.8] | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: cache-vulkansdk | - name: cache-vulkansdk | ||||
| @@ -56,7 +56,7 @@ jobs: | |||||
| key: swiftshader-linux-install-20220211 | key: swiftshader-linux-install-20220211 | ||||
| - name: checkout-swiftshader | - name: checkout-swiftshader | ||||
| if: steps.cache-swiftshader.outputs.cache-hit != 'true' | if: steps.cache-swiftshader.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: google/swiftshader | repository: google/swiftshader | ||||
| path: swiftshader | path: swiftshader | ||||
| @@ -35,7 +35,7 @@ jobs: | |||||
| linux-clang-gpu: | linux-clang-gpu: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: update | - name: update | ||||
| @@ -63,7 +63,7 @@ jobs: | |||||
| key: swiftshader-linux-install-20220211 | key: swiftshader-linux-install-20220211 | ||||
| - name: checkout-swiftshader | - name: checkout-swiftshader | ||||
| if: steps.cache-swiftshader.outputs.cache-hit != 'true' | if: steps.cache-swiftshader.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: google/swiftshader | repository: google/swiftshader | ||||
| path: swiftshader | path: swiftshader | ||||
| @@ -35,7 +35,7 @@ jobs: | |||||
| linux-gcc-gpu: | linux-gcc-gpu: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: update | - name: update | ||||
| @@ -63,7 +63,7 @@ jobs: | |||||
| key: swiftshader-linux-install-20220211 | key: swiftshader-linux-install-20220211 | ||||
| - name: checkout-swiftshader | - name: checkout-swiftshader | ||||
| if: steps.cache-swiftshader.outputs.cache-hit != 'true' | if: steps.cache-swiftshader.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: google/swiftshader | repository: google/swiftshader | ||||
| path: swiftshader | path: swiftshader | ||||
| @@ -102,7 +102,7 @@ jobs: | |||||
| linux-gcc-gpu-t4: | linux-gcc-gpu-t4: | ||||
| runs-on: [self-hosted, linux] | runs-on: [self-hosted, linux] | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: build | - name: build | ||||
| @@ -29,7 +29,7 @@ jobs: | |||||
| linux-clang: | linux-clang: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: update | - name: update | ||||
| run: sudo apt-get update | run: sudo apt-get update | ||||
| - name: gcc-multilib | - name: gcc-multilib | ||||
| @@ -29,7 +29,7 @@ jobs: | |||||
| linux-gcc: | linux-gcc: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: update | - name: update | ||||
| run: sudo apt-get update | run: sudo apt-get update | ||||
| - name: gcc-multilib | - name: gcc-multilib | ||||
| @@ -27,7 +27,7 @@ jobs: | |||||
| macos-clang: | macos-clang: | ||||
| runs-on: macos-latest | runs-on: macos-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-openmp | - name: cache-openmp | ||||
| id: cache-openmp | id: cache-openmp | ||||
| uses: actions/cache@v2.1.7 | uses: actions/cache@v2.1.7 | ||||
| @@ -29,7 +29,7 @@ jobs: | |||||
| macos-clang-gpu: | macos-clang-gpu: | ||||
| runs-on: macos-latest | runs-on: macos-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: cache-openmp | - name: cache-openmp | ||||
| @@ -32,7 +32,7 @@ jobs: | |||||
| matrix: | matrix: | ||||
| python-version: [3.6, 3.7, 3.8, 3.9] | python-version: [3.6, 3.7, 3.8, 3.9] | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: set up python ${{ matrix.python-version }} | - name: set up python ${{ matrix.python-version }} | ||||
| @@ -35,7 +35,7 @@ jobs: | |||||
| macos-clang: | macos-clang: | ||||
| runs-on: macos-latest | runs-on: macos-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: protobuf | - name: protobuf | ||||
| run: brew install protobuf opencv3 | run: brew install protobuf opencv3 | ||||
| - name: cache-openmp | - name: cache-openmp | ||||
| @@ -37,7 +37,7 @@ jobs: | |||||
| macos-clang-gpu: | macos-clang-gpu: | ||||
| runs-on: macos-latest | runs-on: macos-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: protobuf | - name: protobuf | ||||
| @@ -81,7 +81,7 @@ jobs: | |||||
| key: swiftshader-macos-install-20220211 | key: swiftshader-macos-install-20220211 | ||||
| - name: checkout-swiftshader | - name: checkout-swiftshader | ||||
| if: steps.cache-swiftshader.outputs.cache-hit != 'true' | if: steps.cache-swiftshader.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: google/swiftshader | repository: google/swiftshader | ||||
| path: swiftshader | path: swiftshader | ||||
| @@ -33,7 +33,7 @@ jobs: | |||||
| torchvision-version: 0.11.1 | torchvision-version: 0.11.1 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| @@ -49,7 +49,7 @@ jobs: | |||||
| key: torchvision-${{ matrix.torchvision-version }}-linux-install-20211228 | key: torchvision-${{ matrix.torchvision-version }}-linux-install-20211228 | ||||
| - name: checkout-torchvision-${{ matrix.torchvision-version }} | - name: checkout-torchvision-${{ matrix.torchvision-version }} | ||||
| if: steps.cache-torchvision.outputs.cache-hit != 'true' | if: steps.cache-torchvision.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: pytorch/vision | repository: pytorch/vision | ||||
| path: vision | path: vision | ||||
| @@ -9,7 +9,7 @@ jobs: | |||||
| name: Build SDist | name: Build SDist | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| @@ -38,7 +38,7 @@ jobs: | |||||
| os: [ubuntu-20.04, windows-2019, macos-10.15] | os: [ubuntu-20.04, windows-2019, macos-10.15] | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| @@ -79,7 +79,7 @@ jobs: | |||||
| build: "pp38-*" | build: "pp38-*" | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| @@ -25,7 +25,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-full-source | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-full-source | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: package | - name: package | ||||
| @@ -45,7 +45,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ubuntu-1804 | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ubuntu-1804 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: apt | - name: apt | ||||
| @@ -88,7 +88,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ubuntu-1804-shared | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ubuntu-1804-shared | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: apt | - name: apt | ||||
| @@ -131,7 +131,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ubuntu-2004 | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ubuntu-2004 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: apt | - name: apt | ||||
| @@ -174,7 +174,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ubuntu-2004-shared | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ubuntu-2004-shared | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: apt | - name: apt | ||||
| @@ -222,7 +222,7 @@ jobs: | |||||
| key: openmp-macos-release-11.0.0 | key: openmp-macos-release-11.0.0 | ||||
| - name: checkout | - name: checkout | ||||
| if: steps.cache-openmp.outputs.cache-hit != 'true' | if: steps.cache-openmp.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| - name: openmp | - name: openmp | ||||
| if: steps.cache-openmp.outputs.cache-hit != 'true' | if: steps.cache-openmp.outputs.cache-hit != 'true' | ||||
| run: | | run: | | ||||
| @@ -269,7 +269,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-macos | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-macos | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: download-openmp-macos | - name: download-openmp-macos | ||||
| uses: actions/download-artifact@v2 | uses: actions/download-artifact@v2 | ||||
| with: | with: | ||||
| @@ -337,7 +337,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-macos-vulkan | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-macos-vulkan | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: download-openmp-macos | - name: download-openmp-macos | ||||
| @@ -439,7 +439,7 @@ jobs: | |||||
| key: openmp-ios-release-11.0.0 | key: openmp-ios-release-11.0.0 | ||||
| - name: checkout | - name: checkout | ||||
| if: steps.cache-openmp.outputs.cache-hit != 'true' | if: steps.cache-openmp.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| - name: openmp | - name: openmp | ||||
| if: steps.cache-openmp.outputs.cache-hit != 'true' | if: steps.cache-openmp.outputs.cache-hit != 'true' | ||||
| run: | | run: | | ||||
| @@ -490,7 +490,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ios | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ios | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: download-openmp-ios | - name: download-openmp-ios | ||||
| uses: actions/download-artifact@v2 | uses: actions/download-artifact@v2 | ||||
| with: | with: | ||||
| @@ -562,7 +562,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ios-vulkan | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ios-vulkan | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: download-openmp-ios | - name: download-openmp-ios | ||||
| @@ -667,7 +667,7 @@ jobs: | |||||
| key: openmp-ios-bitcode-release-11.0.0 | key: openmp-ios-bitcode-release-11.0.0 | ||||
| - name: checkout | - name: checkout | ||||
| if: steps.cache-openmp.outputs.cache-hit != 'true' | if: steps.cache-openmp.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| - name: openmp | - name: openmp | ||||
| if: steps.cache-openmp.outputs.cache-hit != 'true' | if: steps.cache-openmp.outputs.cache-hit != 'true' | ||||
| run: | | run: | | ||||
| @@ -718,7 +718,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ios-bitcode | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ios-bitcode | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: download-openmp-ios-bitcode | - name: download-openmp-ios-bitcode | ||||
| uses: actions/download-artifact@v2 | uses: actions/download-artifact@v2 | ||||
| with: | with: | ||||
| @@ -790,7 +790,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ios-vulkan-bitcode | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-ios-vulkan-bitcode | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: download-openmp-ios-bitcode | - name: download-openmp-ios-bitcode | ||||
| @@ -890,7 +890,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-android | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-android | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: ndk-fix-debug | - name: ndk-fix-debug | ||||
| run: sed -i -e '/^ -g$/d' $ANDROID_HOME/ndk-bundle/build/cmake/android.toolchain.cmake | run: sed -i -e '/^ -g$/d' $ANDROID_HOME/ndk-bundle/build/cmake/android.toolchain.cmake | ||||
| - name: build-armv7 | - name: build-armv7 | ||||
| @@ -951,7 +951,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-android-shared | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-android-shared | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: ndk-fix-debug | - name: ndk-fix-debug | ||||
| run: sed -i -e '/^ -g$/d' $ANDROID_HOME/ndk-bundle/build/cmake/android.toolchain.cmake | run: sed -i -e '/^ -g$/d' $ANDROID_HOME/ndk-bundle/build/cmake/android.toolchain.cmake | ||||
| - name: build-armv7 | - name: build-armv7 | ||||
| @@ -1012,7 +1012,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-android-vulkan | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-android-vulkan | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: cache-vulkansdk | - name: cache-vulkansdk | ||||
| @@ -1092,7 +1092,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-android-vulkan-shared | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-android-vulkan-shared | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: cache-vulkansdk | - name: cache-vulkansdk | ||||
| @@ -1172,7 +1172,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-webassembly | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-webassembly | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: emsdk | - name: emsdk | ||||
| run: | | run: | | ||||
| git clone https://github.com/emscripten-core/emsdk.git | git clone https://github.com/emscripten-core/emsdk.git | ||||
| @@ -1237,7 +1237,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-windows-vs2015 | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-windows-vs2015 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: cache-protobuf | - name: cache-protobuf | ||||
| @@ -1320,7 +1320,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-windows-vs2015-shared | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-windows-vs2015-shared | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: cache-protobuf | - name: cache-protobuf | ||||
| @@ -1403,7 +1403,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-windows-vs2017 | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-windows-vs2017 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: cache-protobuf | - name: cache-protobuf | ||||
| @@ -1486,7 +1486,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-windows-vs2017-shared | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-windows-vs2017-shared | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: cache-protobuf | - name: cache-protobuf | ||||
| @@ -1569,7 +1569,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-windows-vs2019 | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-windows-vs2019 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: cache-protobuf | - name: cache-protobuf | ||||
| @@ -1652,7 +1652,7 @@ jobs: | |||||
| env: | env: | ||||
| PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-windows-vs2019-shared | PACKAGENAME: ncnn-${{ needs.setup.outputs.VERSION }}-windows-vs2019-shared | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: cache-protobuf | - name: cache-protobuf | ||||
| @@ -13,7 +13,7 @@ jobs: | |||||
| sync-wiki: | sync-wiki: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: sync | - name: sync | ||||
| run: | | run: | | ||||
| cp -r docs $GITHUB_WORKSPACE/ncnn.wiki | cp -r docs $GITHUB_WORKSPACE/ncnn.wiki | ||||
| @@ -25,7 +25,7 @@ jobs: | |||||
| linux-gcc-gpu: | linux-gcc-gpu: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: lcov | - name: lcov | ||||
| @@ -51,7 +51,7 @@ jobs: | |||||
| key: swiftshader-linux-install-20220211 | key: swiftshader-linux-install-20220211 | ||||
| - name: checkout-swiftshader | - name: checkout-swiftshader | ||||
| if: steps.cache-swiftshader.outputs.cache-hit != 'true' | if: steps.cache-swiftshader.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: google/swiftshader | repository: google/swiftshader | ||||
| path: swiftshader | path: swiftshader | ||||
| @@ -95,7 +95,7 @@ jobs: | |||||
| linux-gcc-gpu-lavapipe: | linux-gcc-gpu-lavapipe: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: lcov | - name: lcov | ||||
| @@ -114,7 +114,7 @@ jobs: | |||||
| key: lavapipe-linux-install-20211127 | key: lavapipe-linux-install-20211127 | ||||
| - name: checkout-lavapipe | - name: checkout-lavapipe | ||||
| if: steps.cache-lavapipe.outputs.cache-hit != 'true' | if: steps.cache-lavapipe.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: mesa3d/mesa | repository: mesa3d/mesa | ||||
| path: mesa | path: mesa | ||||
| @@ -159,7 +159,7 @@ jobs: | |||||
| linux-gcc-x64: | linux-gcc-x64: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: lcov | - name: lcov | ||||
| run: sudo apt-get install lcov | run: sudo apt-get install lcov | ||||
| - name: build-sse2 | - name: build-sse2 | ||||
| @@ -225,7 +225,7 @@ jobs: | |||||
| linux-gcc-x64-avx512: | linux-gcc-x64-avx512: | ||||
| runs-on: [self-hosted, linux] | runs-on: [self-hosted, linux] | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: build | - name: build | ||||
| env: | env: | ||||
| CC: gcc | CC: gcc | ||||
| @@ -256,7 +256,7 @@ jobs: | |||||
| linux-gcc-arm: | linux-gcc-arm: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: lcov | - name: lcov | ||||
| run: sudo apt-get install lcov | run: sudo apt-get install lcov | ||||
| @@ -268,7 +268,7 @@ jobs: | |||||
| key: qemu-arm-install-1 | key: qemu-arm-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -314,7 +314,7 @@ jobs: | |||||
| linux-gcc-aarch64: | linux-gcc-aarch64: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: lcov | - name: lcov | ||||
| run: sudo apt-get install lcov | run: sudo apt-get install lcov | ||||
| @@ -326,7 +326,7 @@ jobs: | |||||
| key: qemu-aarch64-install-1 | key: qemu-aarch64-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -372,7 +372,7 @@ jobs: | |||||
| linux-gcc-arm82: | linux-gcc-arm82: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: lcov | - name: lcov | ||||
| run: sudo apt-get install lcov | run: sudo apt-get install lcov | ||||
| @@ -384,7 +384,7 @@ jobs: | |||||
| key: qemu-aarch64-install-1 | key: qemu-aarch64-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -429,7 +429,7 @@ jobs: | |||||
| linux-gcc-arm82-omp: | linux-gcc-arm82-omp: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: lcov | - name: lcov | ||||
| run: sudo apt-get install lcov | run: sudo apt-get install lcov | ||||
| @@ -441,7 +441,7 @@ jobs: | |||||
| key: qemu-aarch64-install-1 | key: qemu-aarch64-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -486,7 +486,7 @@ jobs: | |||||
| linux-gcc-arm82dot-omp: | linux-gcc-arm82dot-omp: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: lcov | - name: lcov | ||||
| run: sudo apt-get install lcov | run: sudo apt-get install lcov | ||||
| @@ -498,7 +498,7 @@ jobs: | |||||
| key: qemu-aarch64-install-1 | key: qemu-aarch64-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -543,7 +543,7 @@ jobs: | |||||
| linux-gcc-mipsisa32r6el: | linux-gcc-mipsisa32r6el: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: lcov | - name: lcov | ||||
| run: sudo apt-get install lcov | run: sudo apt-get install lcov | ||||
| @@ -555,7 +555,7 @@ jobs: | |||||
| key: qemu-mipsel-install-1 | key: qemu-mipsel-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -601,7 +601,7 @@ jobs: | |||||
| linux-gcc-mipsisa64r6el: | linux-gcc-mipsisa64r6el: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: lcov | - name: lcov | ||||
| run: sudo apt-get install lcov | run: sudo apt-get install lcov | ||||
| @@ -613,7 +613,7 @@ jobs: | |||||
| key: qemu-mips64el-install-1 | key: qemu-mips64el-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -659,7 +659,7 @@ jobs: | |||||
| linux-gcc-riscv64: | linux-gcc-riscv64: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: lcov | - name: lcov | ||||
| run: sudo apt-get install lcov | run: sudo apt-get install lcov | ||||
| @@ -672,7 +672,7 @@ jobs: | |||||
| key: qemu-riscv64-install-1 | key: qemu-riscv64-install-1 | ||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: qemu/qemu | repository: qemu/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -718,7 +718,7 @@ jobs: | |||||
| linux-gcc-riscv64-rvv: | linux-gcc-riscv64-rvv: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: lcov | - name: lcov | ||||
| run: sudo apt-get install lcov | run: sudo apt-get install lcov | ||||
| @@ -738,7 +738,7 @@ jobs: | |||||
| - name: checkout-qemu | - name: checkout-qemu | ||||
| if: steps.cache-qemu.outputs.cache-hit != 'true' | if: steps.cache-qemu.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: sifive/qemu | repository: sifive/qemu | ||||
| path: qemu | path: qemu | ||||
| @@ -775,7 +775,7 @@ jobs: | |||||
| - name: checkout-riscv-gnu-toolchain | - name: checkout-riscv-gnu-toolchain | ||||
| if: steps.cache-riscv.outputs.cache-hit != 'true' | if: steps.cache-riscv.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: riscv/riscv-gnu-toolchain | repository: riscv/riscv-gnu-toolchain | ||||
| path: riscv-gnu-toolchain | path: riscv-gnu-toolchain | ||||
| @@ -27,7 +27,7 @@ jobs: | |||||
| webassembly: | webassembly: | ||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: emsdk | - name: emsdk | ||||
| run: | | run: | | ||||
| git clone https://github.com/emscripten-core/emsdk.git | git clone https://github.com/emscripten-core/emsdk.git | ||||
| @@ -33,7 +33,7 @@ jobs: | |||||
| windows-vs2015: | windows-vs2015: | ||||
| runs-on: windows-2019 | runs-on: windows-2019 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-protobuf | - name: cache-protobuf | ||||
| id: cache-protobuf | id: cache-protobuf | ||||
| uses: actions/cache@v2.1.7 | uses: actions/cache@v2.1.7 | ||||
| @@ -33,7 +33,7 @@ jobs: | |||||
| windows-vs2017: | windows-vs2017: | ||||
| runs-on: windows-2019 | runs-on: windows-2019 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-protobuf | - name: cache-protobuf | ||||
| id: cache-protobuf | id: cache-protobuf | ||||
| uses: actions/cache@v2.1.7 | uses: actions/cache@v2.1.7 | ||||
| @@ -30,7 +30,7 @@ jobs: | |||||
| matrix: | matrix: | ||||
| python-version: [3.6, 3.7, 3.8, 3.9] | python-version: [3.6, 3.7, 3.8, 3.9] | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: set up python ${{ matrix.python-version }} | - name: set up python ${{ matrix.python-version }} | ||||
| @@ -33,7 +33,7 @@ jobs: | |||||
| windows-vs2019: | windows-vs2019: | ||||
| runs-on: windows-latest | runs-on: windows-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: cache-protobuf | - name: cache-protobuf | ||||
| id: cache-protobuf | id: cache-protobuf | ||||
| uses: actions/cache@v2.1.7 | uses: actions/cache@v2.1.7 | ||||
| @@ -35,7 +35,7 @@ jobs: | |||||
| windows-vs2017-gpu: | windows-vs2017-gpu: | ||||
| runs-on: windows-2019 | runs-on: windows-2019 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: cache-protobuf | - name: cache-protobuf | ||||
| @@ -66,7 +66,7 @@ jobs: | |||||
| key: swiftshader-vs2017-x64-install-20220211 | key: swiftshader-vs2017-x64-install-20220211 | ||||
| - name: checkout-swiftshader | - name: checkout-swiftshader | ||||
| if: steps.cache-swiftshader.outputs.cache-hit != 'true' | if: steps.cache-swiftshader.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: google/swiftshader | repository: google/swiftshader | ||||
| path: swiftshader | path: swiftshader | ||||
| @@ -35,7 +35,7 @@ jobs: | |||||
| windows-vs2019-gpu: | windows-vs2019-gpu: | ||||
| runs-on: windows-latest | runs-on: windows-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| submodules: true | submodules: true | ||||
| - name: cache-protobuf | - name: cache-protobuf | ||||
| @@ -66,7 +66,7 @@ jobs: | |||||
| key: swiftshader-vs2019-x64-install-20220211 | key: swiftshader-vs2019-x64-install-20220211 | ||||
| - name: checkout-swiftshader | - name: checkout-swiftshader | ||||
| if: steps.cache-swiftshader.outputs.cache-hit != 'true' | if: steps.cache-swiftshader.outputs.cache-hit != 'true' | ||||
| uses: actions/checkout@v2 | |||||
| uses: actions/checkout@v3 | |||||
| with: | with: | ||||
| repository: google/swiftshader | repository: google/swiftshader | ||||
| path: swiftshader | path: swiftshader | ||||
| @@ -27,7 +27,7 @@ jobs: | |||||
| windows-vs2015: | windows-vs2015: | ||||
| runs-on: windows-2019 | runs-on: windows-2019 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: build | - name: build | ||||
| run: | | run: | | ||||
| mkdir build; cd build | mkdir build; cd build | ||||
| @@ -27,7 +27,7 @@ jobs: | |||||
| windows-vs2017: | windows-vs2017: | ||||
| runs-on: windows-2019 | runs-on: windows-2019 | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: build | - name: build | ||||
| run: | | run: | | ||||
| mkdir build; cd build | mkdir build; cd build | ||||
| @@ -27,7 +27,7 @@ jobs: | |||||
| windows-vs2019: | windows-vs2019: | ||||
| runs-on: windows-latest | runs-on: windows-latest | ||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | |||||
| - uses: actions/checkout@v3 | |||||
| - name: build | - name: build | ||||
| run: | | run: | | ||||
| mkdir build; cd build | mkdir build; cd build | ||||