Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/cache from 2.1.6 to 3.2.6 #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

- name: cache-clang-format
id: cache-clang-format
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
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 @@ -34,7 +34,7 @@ jobs:

- name: cache-riscv
id: cache-riscv
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
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 @@ -34,7 +34,7 @@ jobs:

- name: cache-riscv
id: cache-riscv
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: rv64gc-install
key: rv64gc-newlib-install-20210425
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-arm64-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
submodules: true
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: openmp-install
key: openmp-ios-install-20201213-4
Expand All @@ -64,7 +64,7 @@ jobs:
sudo cp $GITHUB_WORKSPACE/openmp-install/lib/libomp.a $DEVELOPER_DIR/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: "vulkansdk-macos-1.2.162.0"
key: vulkansdk-macos-1.2.162.0
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 @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
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 @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
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 @@ -34,7 +34,7 @@ jobs:

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

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

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

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
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 @@ -36,7 +36,7 @@ jobs:

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

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
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 @@ -36,7 +36,7 @@ jobs:

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

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
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 @@ -32,7 +32,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
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 @@ -36,7 +36,7 @@ jobs:

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

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: qemu-install
key: qemu-riscv64-rvv-install-20210610
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

- name: cache-riscv
id: cache-riscv
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
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 @@ -42,7 +42,7 @@ jobs:
run: sudo apt-get install libprotobuf-dev protobuf-compiler libopencv-dev
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: "1.2.148.1"
key: vulkansdk-linux-x86_64-1.2.148.1
Expand All @@ -55,7 +55,7 @@ jobs:
find 1.2.148.1 -type f | grep -v -E 'vulkan|glslang' | xargs rm
- name: cache-swiftshader
id: cache-swiftshader
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: swiftshader-install
key: swiftshader-linux-install-20200508
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 @@ -43,7 +43,7 @@ jobs:
run: sudo apt-get install libprotobuf-dev protobuf-compiler libopencv-dev
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: "1.2.148.1"
key: vulkansdk-linux-x86_64-1.2.148.1
Expand All @@ -56,7 +56,7 @@ jobs:
find 1.2.148.1 -type f | grep -v -E 'vulkan|glslang' | xargs rm
- name: cache-swiftshader
id: cache-swiftshader
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: swiftshader-install
key: swiftshader-linux-install-20200508
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 @@ -43,7 +43,7 @@ jobs:
run: sudo apt-get install libprotobuf-dev protobuf-compiler libopencv-dev
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: "1.2.148.1"
key: vulkansdk-linux-x86_64-1.2.148.1
Expand All @@ -56,7 +56,7 @@ jobs:
find 1.2.148.1 -type f | grep -v -E 'vulkan|glslang' | xargs rm
- name: cache-swiftshader
id: cache-swiftshader
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: swiftshader-install
key: swiftshader-linux-install-20200508
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 @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: openmp-install
key: openmp-macos-install-20201213
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-arm64-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
submodules: true
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: openmp-install
key: openmp-macos-install-20201213
Expand All @@ -60,7 +60,7 @@ jobs:
sudo cp $GITHUB_WORKSPACE/openmp-install/lib/libomp.a $DEVELOPER_DIR/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: "vulkansdk-macos-1.2.162.0"
key: vulkansdk-macos-1.2.162.0
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 @@ -48,7 +48,7 @@ jobs:
run: brew install protobuf opencv3
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
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 @@ -39,7 +39,7 @@ jobs:
run: brew install protobuf opencv3
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: openmp-install
key: openmp-macos-install-20201213
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos-x64-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: brew install protobuf opencv3
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: openmp-install
key: openmp-macos-install-20201213
Expand All @@ -68,7 +68,7 @@ jobs:
sudo cp $GITHUB_WORKSPACE/openmp-install/lib/libomp.a $DEVELOPER_DIR/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: "vulkansdk-macos-1.2.162.0"
key: vulkansdk-macos-1.2.162.0
Expand All @@ -83,7 +83,7 @@ jobs:
hdiutil detach /Volumes/vulkansdk-macos-1.2.162.0
- name: cache-swiftshader
id: cache-swiftshader
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.6
with:
path: swiftshader-install
key: swiftshader-macos-install-20200508
Expand Down
Loading