Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3.3.2 to 3.3.3
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 12, 2024
1 parent f971897 commit 779b022
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux-aarch64-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: qemu-install
key: qemu-install-linux-aarch64-asan-7.1.0
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- name: cache-googletest
id: cache-googletest
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: googletest-install
key: googletest-install-asan
Expand All @@ -69,7 +69,7 @@ jobs:
- name: cache-benchmark
id: cache-benchmark
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: benchmark-install
key: benchmark-install-1
Expand All @@ -85,7 +85,7 @@ jobs:
- name: cache-opencv
id: cache-opencv
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: opencv-install
key: opencv-install-1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/linux-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: qemu-install
key: qemu-install-linux-aarch64-7.1.0
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

- name: cache-googletest
id: cache-googletest
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: googletest-install
key: googletest-install-1
Expand All @@ -65,7 +65,7 @@ jobs:
- name: cache-benchmark
id: cache-benchmark
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: benchmark-install
key: benchmark-install-1
Expand All @@ -81,7 +81,7 @@ jobs:
- name: cache-opencv
id: cache-opencv
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: opencv-install
key: opencv-install-1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux-x64-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: cache-googletest
id: cache-googletest
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: googletest-install
key: googletest-install-x64-asan
Expand All @@ -46,7 +46,7 @@ jobs:
- name: cache-benchmark
id: cache-benchmark
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: benchmark-install
key: benchmark-install-x64-asan
Expand All @@ -62,7 +62,7 @@ jobs:
- name: cache-opencv
id: cache-opencv
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: opencv-install
key: opencv-install-x64-asan
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: cache-googletest
id: cache-googletest
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: googletest-install
key: googletest-install-x64
Expand All @@ -45,7 +45,7 @@ jobs:
- name: cache-benchmark
id: cache-benchmark
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: benchmark-install
key: benchmark-install-x64
Expand All @@ -61,7 +61,7 @@ jobs:
- name: cache-opencv
id: cache-opencv
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
with:
path: opencv-install
key: opencv-install-x64
Expand Down

0 comments on commit 779b022

Please sign in to comment.