Skip to content

Commit

Permalink
Merge pull request #163 from EmixamPP/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
EmixamPP authored Mar 8, 2024
2 parents b446a85 + 0a81924 commit ed076a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Cache OpenCV
id: opencv-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: opencv
key: opencv-${{ env.OPENCV_VERSION }}
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Cache YAML
id: yaml-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: yaml
key: yaml-${{ env.YAML_VERSION }}
Expand Down

0 comments on commit ed076a3

Please sign in to comment.