Skip to content

Commit

Permalink
build(deps): bump actions/cache in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 4.1.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2.1.4...v4.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent be2ad4b commit d14514a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Cache
id: cache
uses: actions/cache@v2.1.4
uses: actions/cache@v4.1.2
continue-on-error: true
with:
path: ${{ env.CPPCHECK_INSTALL_DIR }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:

- name: Cache OpenSSL 1.0.2
id: cache-openssl
uses: actions/cache@v3
uses: actions/cache@v4.1.2
with:
path: ~/openssl-102/install
key: ${{ runner.os }}-openssl-102
Expand Down

0 comments on commit d14514a

Please sign in to comment.