Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3.0.8 to 3.0.10
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.10.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@fd5de65...56461b9)

---
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] authored and joestringer committed Oct 3, 2022
1 parent 0957224 commit e473c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-bpf-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
go-version: 1.16.15
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
with:
path: $HOME/.clang
key: llvm-10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-build-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
with:
path: $HOME/.clang
key: llvm-10.0
Expand Down

0 comments on commit e473c09

Please sign in to comment.