Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request gardenlinux#2061 from gardenlinux/dependabot/githu…
Browse files Browse the repository at this point in the history
…b_actions/actions/cache-4.0.2

build(deps): bump actions/cache from 4.0.1 to 4.0.2
  • Loading branch information
nkraetzschmar authored Mar 26, 2024
2 parents 0230faf + ffd8a4f commit 5e25991
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
for f in secureboot.{{pk,null.pk,kek,db}.auth,db.{crt,arn}}; do
ln -sr "cert/gardenlinux-$f" "cert/$f"
done
- uses: actions/cache/save@ab5e6d0c87105b4c9c2047343972218f562e4319 # pin@v3
- uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # pin@v3
with:
path: cert
key: cert-${{ github.run_id }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
git update-index --assume-unchanged VERSION
- name: build base-${{ matrix.arch }}
run: ./build base-${{ matrix.arch }}
- uses: actions/cache/save@ab5e6d0c87105b4c9c2047343972218f562e4319 # pin@v3
- uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # pin@v3
with:
path: .build
key: base-${{ matrix.arch }}-${{ github.run_id }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
podman build --squash --tag test --build-arg base="$OCI_IMAGE_TAG" tests
podman save --format oci-archive test > test.oci
- name: upload test container
uses: actions/cache/save@ab5e6d0c87105b4c9c2047343972218f562e4319 # pin@v3
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # pin@v3
with:
path: test.oci
key: test_container:${{ matrix.arch }}-${{ github.run_id }}
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
bin/garden-version "${{ needs.version.outputs.version }}" | tee VERSION
git update-index --assume-unchanged VERSION
- name: load cert cache
uses: actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # pin@v3
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # pin@v3
with:
path: cert
key: cert-${{ github.run_id }}
Expand All @@ -191,13 +191,13 @@ jobs:
role-session-name: ${{ secrets.aws_oidc_session }}
aws-region: ${{ secrets.aws_region }}
- name: load bootstrap stage cache
uses: actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # pin@v3
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # pin@v3
with:
path: .build
key: base-${{ matrix.arch }}-${{ github.run_id }}
fail-on-cache-miss: true
- name: download test container cache
uses: actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # pin@v3
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # pin@v3
with:
path: test.oci
key: test_container:${{ matrix.arch }}-${{ github.run_id }}
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
bin/garden-version "${{ needs.version.outputs.version }}" | tee VERSION
git update-index --assume-unchanged VERSION
- name: load bootstrap stage cache
uses: actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # pin@v3
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # pin@v3
with:
path: .build
key: base-${{ matrix.arch }}-${{ github.run_id }}
Expand Down

0 comments on commit 5e25991

Please sign in to comment.