Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#5297)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  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>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent 5329d32 commit 1012f85
Show file tree
Hide file tree
Showing 27 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: cache-clang-format
id: cache-clang-format
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: clang-format-install
key: clang-format-install-4
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 @@ -44,7 +44,7 @@ jobs:

- name: cache-openmp
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-ios-install-20230504
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 @@ -40,7 +40,7 @@ jobs:

- name: cache-openmp
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-ios-install-20230504
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-simulator-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: cache-openmp
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-ios-simulator-install-20230504
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 @@ -42,7 +42,7 @@ jobs:

- name: cache-openmp
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-ios-simulator-install-20230504
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux-aarch64-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@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-aarch64-install-20220502-ubuntu-2004-2
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-aarch64-install-20220502-ubuntu-2004-2
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-aarch64-install-20230717
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 @@ -38,7 +38,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-arm-install-20220502-2
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-arm-install-20220502-2
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-arm-install-20220502-2
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 @@ -38,7 +38,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-mipsel-install-20220502-2
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-mipsel-install-20220502-2
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 @@ -38,7 +38,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-mips64el-install-20220502-2
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-mips64el-install-20220502-4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/linux-ppc64-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@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-ppc-install-20220502-2
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-ppc64le-install-20220502-2
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-ppc64le-install-20220502-2
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-ppc64le-install-20220502-2
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 @@ -38,7 +38,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-riscv64-install-20220502-4
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

#- name: cache-qemu
#id: cache-qemu
#uses: actions/cache@v3
#uses: actions/cache@v4
#with:
#path: qemu-install
#key: qemu-riscv64-install-20220502-3
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

#- name: cache-riscv
#id: cache-riscv
#uses: actions/cache@v3
#uses: actions/cache@v4
#with:
#path: rv64gcv-install-next
#key: rv64gcv-linux-install-20210504
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64-gpu-clang-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
submodules: true
- name: cache-swiftshader
id: cache-swiftshader
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: swiftshader-install
key: swiftshader-linux-install-20230420
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64-gpu-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
submodules: true
- name: cache-swiftshader
id: cache-swiftshader
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: swiftshader-install
key: swiftshader-linux-install-20230420
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64-gpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
submodules: true
- name: cache-swiftshader
id: cache-swiftshader
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: swiftshader-install
key: swiftshader-linux-install-20230420
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-catalyst-arm64-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: cache-openmp
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-mac-catalyst-install-20230504
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-catalyst-arm64-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: cache-openmp
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-mac-catalyst-install-20230504
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-catalyst-x64-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: cache-openmp
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-mac-catalyst-install-20230504
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-catalyst-x64-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: cache-openmp
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-mac-catalyst-install-20230504
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 @@ -39,7 +39,7 @@ jobs:

- name: cache-openmp
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-macos-install-20230504
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 @@ -43,7 +43,7 @@ jobs:

- name: cache-openmp
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-macos-install-20230504
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 @@ -54,7 +54,7 @@ jobs:
- name: cache-openmp
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-macos-install-20230504
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 @@ -50,7 +50,7 @@ jobs:

- name: cache-openmp
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-macos-install-20230504
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 @@ -53,7 +53,7 @@ jobs:

- name: cache-openmp
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-macos-install-20230504
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: cache-swiftshader
id: cache-swiftshader
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: swiftshader-install
key: swiftshader-macos-install-20230420
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: cache-openmp for macos
if: matrix.os == 'macos-latest'
id: cache-openmp
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmp-install
key: openmp-macos-install-20230504
Expand Down
Loading

0 comments on commit 1012f85

Please sign in to comment.