Skip to content

Commit

Permalink
build(deps): bump actions/cache from 2.1.5 to 2.1.6
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@1a9e213...c64c572)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kaworu committed May 31, 2021
1 parent 47d4224 commit 212a33d
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 @@ -85,7 +85,7 @@ jobs:
go-version: 1.16.4
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@1a9e2138d905efd099035b49d8b7a3888c653ca8
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
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 @@ -25,7 +25,7 @@ jobs:

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

0 comments on commit 212a33d

Please sign in to comment.