Skip to content

Commit

Permalink
⬆️ Bump actions/cache from 1 to 3 (#7)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v1...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 Oct 17, 2023
1 parent 7c8dd11 commit 8f9ec09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_devCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
submodules: 'recursive'
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v3.3.2
uses: actions/cache@v3
with:
path: "VulkanSDK"
key: VulkanSDK-1.3.250.1-Installer
- name: cache-opencv
id: cache-opencv
uses: actions/cache@v3.3.2
uses: actions/cache@v3
with:
path: "OpenCV"
key: opencv-4.8.1-windows
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
submodules: 'recursive'
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v3.3.1
uses: actions/cache@v3
with:
path: "1.3.250.1"
key: vulkansdk-linux-x86_64-1.3.250.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
submodules: 'recursive'
- name: cache-vulkansdk
id: cache-vulkansdk
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: "1.3.239.0"
key: vulkansdk-linux-x86_64-1.3.239.0
Expand Down

0 comments on commit 8f9ec09

Please sign in to comment.