From a0e8418c3371fa06586149c0ca80e9dd63d2649e Mon Sep 17 00:00:00 2001 From: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> Date: Sat, 6 Jan 2024 16:37:06 +0000 Subject: [PATCH] chore(deps): bump sigstore/cosign-installer from 3.1.2 to 3.3.0 Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> --- .github/workflows/lint-test.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 3e75694..73d2d1c 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -20,12 +20,12 @@ jobs: run: | helm repo add bitnami https://charts.bitnami.com/bitnami - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: 3.7 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.4.0 - name: Run chart-testing (list-changed) id: list-changed diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d2103d8..849065e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,7 +47,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Install Cosign - uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 #pin@v3.1.2 + uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 #pin@v3.3.0 - name: Publish and Sign OCI Charts run: |