Skip to content

Commit

Permalink
ci: bump actions/cache from 4.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.1...v4.0.2)

---
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 Mar 25, 2024
1 parent 8962386 commit f11e0f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/inspektor-gadget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
shell: bash
- name: Cache BTFGen
id: cache-btfgen
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: pkg/btfgen/btfs
# key is composed by
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
shell: bash
- name: Cache BTFGen
id: cache-btfgen
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: pkg/btfgen/btfs
# key is composed by
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
- name: Cache Docker layers
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-docker-${{ matrix.platform }}-${{ hashFiles('Dockerfiles/gadget.Dockerfile') }}
Expand All @@ -447,7 +447,7 @@ jobs:
shell: bash
- name: Cache BTFGen
id: cache-btfgen
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: pkg/btfgen/btfs
# key is composed by
Expand Down Expand Up @@ -547,7 +547,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
- name: Cache Docker layers
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-docker-${{ matrix.platform }}-${{ hashFiles('Dockerfiles/ig.Dockerfile') }}
Expand All @@ -572,7 +572,7 @@ jobs:
shell: bash
- name: Cache BTFGen
id: cache-btfgen
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: pkg/btfgen/btfs
# key is composed by
Expand Down

0 comments on commit f11e0f8

Please sign in to comment.