From 0608bc8b99541dceabcb221aaffbdc105ebb8d15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:50:42 +0000 Subject: [PATCH] chore(deps): update github actions (#1975) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-and-push-components.yml | 2 +- .github/workflows/build-and-upload-components.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-push-components.yml b/.github/workflows/build-and-push-components.yml index 8fefbdd15..f826eca5e 100644 --- a/.github/workflows/build-and-push-components.yml +++ b/.github/workflows/build-and-push-components.yml @@ -97,7 +97,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 + uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 - name: Cache Docker layers uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 diff --git a/.github/workflows/build-and-upload-components.yml b/.github/workflows/build-and-upload-components.yml index b92357610..24af1fb1c 100644 --- a/.github/workflows/build-and-upload-components.yml +++ b/.github/workflows/build-and-upload-components.yml @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 + uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 - name: Cache Docker layers uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 @@ -93,7 +93,7 @@ jobs: - name: Upload artifact id: upload-artifacts - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 with: name: ${{ env.ARTIFACT_NAME }} path: /tmp/artifacts/${{ matrix.targets }}.tar diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cec14c76b..a6cf283e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: run: make dist-gcp-deployment - name: Upload - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 with: name: artifacts path: |