Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/cache from 3.0.8 to 3.2.5 #171

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-images-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

# Load Golang cache build from GitHub
- name: Load ${{ matrix.name }} Golang cache build from GitHub
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
id: cache
with:
path: /tmp/.cache/${{ matrix.name }}
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:

# Load Golang cache build from GitHub
- name: Load ${{ matrix.name }} Golang cache build from GitHub
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
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 @@ -40,7 +40,7 @@ jobs:
steps:
# Load Golang cache build from GitHub
- name: Load ${{ matrix.name }} Golang cache build from GitHub
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
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.1
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
with:
path: $HOME/.clang
key: llvm-10.0
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
go-version: 1.19.1
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
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@6998d139ddd3e68c71e9e398d8e40b71a2f39812
with:
path: $HOME/.clang
key: llvm-10.0
Expand Down