Skip to content

Commit

Permalink
Merge pull request inspektor-gadget#2639 from inspektor-gadget/depend…
Browse files Browse the repository at this point in the history
…abot/github_actions/actions/cache-4.0.2

ci: bump actions/cache from 4.0.1 to 4.0.2
  • Loading branch information
eiffel-fl authored Mar 25, 2024
2 parents 8962386 + f11e0f8 commit 22bee32
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 22bee32

Please sign in to comment.