Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3.2.3 to 3.2.4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@58c146c...627f0f4)

---
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 qmonnet committed Jan 30, 2023
1 parent 5c81151 commit be78f01
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

# Load Golang cache build from GitHub
- name: Load ${{ matrix.name }} Golang cache build from GitHub
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
id: cache
with:
path: /tmp/.cache/${{ matrix.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-images-cache-cleaner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
# Load Golang cache build from GitHub
- name: Load ${{ matrix.name }} Golang cache build from GitHub
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
id: cache
with:
path: /tmp/.cache/${{ matrix.name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-bpf-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
go-version: 1.19.5
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
with:
path: $HOME/.clang
key: llvm-10.0
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
go-version: 1.19.5
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
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@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
with:
path: $HOME/.clang
key: llvm-10.0
Expand Down

0 comments on commit be78f01

Please sign in to comment.