From 98c87b122d3f3f9130a5ec122dd3712671c2cc53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 19:29:45 +0100 Subject: [PATCH] chore(deps): update github-actions (#203) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/test-image/action.yaml | 2 +- .github/workflows/build.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/test-compose-installation.yaml | 2 +- .github/workflows/test-k8s-installation.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/test-image/action.yaml b/.github/actions/test-image/action.yaml index c2187873..8049bd68 100644 --- a/.github/actions/test-image/action.yaml +++ b/.github/actions/test-image/action.yaml @@ -19,7 +19,7 @@ runs: using: composite steps: - name: Download artifact - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 if: ${{ github.event_name == 'pull_request' }} with: name: ${{ inputs.project-name }}-build-artifacts diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5b9954e4..30e2b7f9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -161,7 +161,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Download attestations - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: ${{ inputs.module-name }}-attestations path: /tmp diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f756d177..ba5118c3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -129,7 +129,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Download Helm chart - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4 with: name: helm-chart path: /tmp diff --git a/.github/workflows/test-compose-installation.yaml b/.github/workflows/test-compose-installation.yaml index 1c4fc450..f700a36f 100644 --- a/.github/workflows/test-compose-installation.yaml +++ b/.github/workflows/test-compose-installation.yaml @@ -20,7 +20,7 @@ jobs: - name: Download all artifacts if: ${{ github.event_name == 'pull_request' }} - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: path: /tmp diff --git a/.github/workflows/test-k8s-installation.yaml b/.github/workflows/test-k8s-installation.yaml index 39f41506..3bfb7c19 100644 --- a/.github/workflows/test-k8s-installation.yaml +++ b/.github/workflows/test-k8s-installation.yaml @@ -60,7 +60,7 @@ jobs: --version 0.20.8 - name: Download all artifacts - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: path: /tmp