Skip to content

Commit

Permalink
Bump actions/cache from 2.1.7 to 3 (#3643)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.7...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  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>
  • Loading branch information
dependabot[bot] authored Mar 22, 2022
1 parent 9e3cc1c commit aac7135
Show file tree
Hide file tree
Showing 28 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: cache-clang-format
id: cache-clang-format
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: clang-format-install
key: clang-format-install-4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elf-riscv32-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: cache-riscv
id: cache-riscv
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: rv32imc-install
key: rv32imc-newlib-install-20210425
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elf-riscv64-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: cache-riscv
id: cache-riscv
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: rv64gc-install
key: rv64gc-newlib-install-20210425
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-arm64-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
submodules: true
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: openmp-install
key: openmp-ios-install-20201213-4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: openmp-install
key: openmp-ios-install-20201213-4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: openmp-install
key: openmp-ios-simulator-install-20201213
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-aarch64-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: qemu-install
key: qemu-aarch64-install-1
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: qemu-install
key: qemu-aarch64-install-1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux-arm-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: qemu-install
key: qemu-arm-install-1
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: qemu-install
key: qemu-arm-install-1
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: qemu-install
key: qemu-arm-install-1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-mips-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: qemu-install
key: qemu-mipsel-install-1
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: qemu-install
key: qemu-mipsel-install-1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-mips64-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: qemu-install
key: qemu-mips64el-install-1
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: qemu-install
key: qemu-mips64el-install-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-ppc64-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: qemu-install
key: qemu-ppc64le-install-1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux-riscv64-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: qemu-install
key: qemu-riscv64-install-1
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: qemu-install
key: qemu-riscv64-rvv-install-20210610
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: cache-riscv
id: cache-riscv
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: rv64gcv-install
key: rv64gcv-linux-install-20210504
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-x64-gpu-clang-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
submodules: true
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "1.2.189.0"
key: vulkansdk-linux-x86_64-1.2.189.0
Expand All @@ -50,7 +50,7 @@ jobs:
find 1.2.189.0 -type f | grep -v -E 'vulkan|glslang' | xargs rm
- name: cache-swiftshader
id: cache-swiftshader
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: swiftshader-install
key: swiftshader-linux-install-20220211
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-x64-gpu-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: sudo apt-get install libprotobuf-dev protobuf-compiler libopencv-dev
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "1.2.189.0"
key: vulkansdk-linux-x86_64-1.2.189.0
Expand All @@ -57,7 +57,7 @@ jobs:
find 1.2.189.0 -type f | grep -v -E 'vulkan|glslang' | xargs rm
- name: cache-swiftshader
id: cache-swiftshader
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: swiftshader-install
key: swiftshader-linux-install-20220211
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-x64-gpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: sudo apt-get install libprotobuf-dev protobuf-compiler libopencv-dev
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "1.2.189.0"
key: vulkansdk-linux-x86_64-1.2.189.0
Expand All @@ -57,7 +57,7 @@ jobs:
find 1.2.189.0 -type f | grep -v -E 'vulkan|glslang' | xargs rm
- name: cache-swiftshader
id: cache-swiftshader
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: swiftshader-install
key: swiftshader-linux-install-20220211
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-arm64-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: openmp-install
key: openmp-macos-install-20201213
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-arm64-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
submodules: true
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: openmp-install
key: openmp-macos-install-20201213
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-x64-cpu-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pip install pytest setuptools wheel twine
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: openmp-install
key: openmp-macos-install-20201213
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-x64-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: brew install protobuf opencv3
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: openmp-install
key: openmp-macos-install-20201213
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-x64-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: brew install protobuf opencv3
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: openmp-install
key: openmp-macos-install-20201213
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
hdiutil detach /Volumes/vulkansdk-macos-1.2.189.0
- name: cache-swiftshader
id: cache-swiftshader
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: swiftshader-install
key: swiftshader-macos-install-20220211
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pnnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: cache-torchvision-${{ matrix.torchvision-version }}
id: cache-torchvision
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: torchvision-${{ matrix.torchvision-version }}-install
key: torchvision-${{ matrix.torchvision-version }}-linux-install-20211228
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
steps:
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: openmp-install
key: openmp-macos-release-11.0.0
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
steps:
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: openmp-install
key: openmp-ios-release-11.0.0
Expand Down Expand Up @@ -661,7 +661,7 @@ jobs:
steps:
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: openmp-install
key: openmp-ios-bitcode-release-11.0.0
Expand Down Expand Up @@ -1017,7 +1017,7 @@ jobs:
submodules: true
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "1.2.189.0"
key: vulkansdk-linux-x86_64-1.2.189.0
Expand Down Expand Up @@ -1097,7 +1097,7 @@ jobs:
submodules: true
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "1.2.189.0"
key: vulkansdk-linux-x86_64-1.2.189.0
Expand Down Expand Up @@ -1242,7 +1242,7 @@ jobs:
submodules: true
- name: cache-protobuf
id: cache-protobuf
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "protobuf-install"
key: protobuf-vs2015-x86-x64-install
Expand Down Expand Up @@ -1325,7 +1325,7 @@ jobs:
submodules: true
- name: cache-protobuf
id: cache-protobuf
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "protobuf-install"
key: protobuf-vs2015-x86-x64-install
Expand Down Expand Up @@ -1408,7 +1408,7 @@ jobs:
submodules: true
- name: cache-protobuf
id: cache-protobuf
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "protobuf-install"
key: protobuf-vs2017-x86-x64-install
Expand Down Expand Up @@ -1491,7 +1491,7 @@ jobs:
submodules: true
- name: cache-protobuf
id: cache-protobuf
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "protobuf-install"
key: protobuf-vs2017-x86-x64-install
Expand Down Expand Up @@ -1574,7 +1574,7 @@ jobs:
submodules: true
- name: cache-protobuf
id: cache-protobuf
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "protobuf-install"
key: protobuf-vs2019-x86-x64-install
Expand Down Expand Up @@ -1685,7 +1685,7 @@ jobs:
submodules: true
- name: cache-protobuf
id: cache-protobuf
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "protobuf-install"
key: protobuf-vs2019-x86-x64-install
Expand Down
Loading

0 comments on commit aac7135

Please sign in to comment.