From 9b83fc3b006e442d7061a67976e755b850a90454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 04:03:24 +0000 Subject: [PATCH] chore(deps): bump sigstore/scaffolding (#8743) Bumps [sigstore/scaffolding](https://github.com/sigstore/scaffolding) from ef44f1a1b8bb27040426d3e0538236df2c3deaa7 to 9eb31e2f96b290a7c13ef653767c60dd4bc1f481. - [Release notes](https://github.com/sigstore/scaffolding/releases) - [Changelog](https://github.com/sigstore/scaffolding/blob/main/release.md) - [Commits](https://github.com/sigstore/scaffolding/compare/ef44f1a1b8bb27040426d3e0538236df2c3deaa7...9eb31e2f96b290a7c13ef653767c60dd4bc1f481) --- updated-dependencies: - dependency-name: sigstore/scaffolding dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: Jim Bugwadia Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jim Bugwadia --- .github/workflows/conformance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index 2ce53615b5..e0f65b0f71 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -574,7 +574,7 @@ jobs: uses: ./.github/actions/setup-build-env timeout-minutes: 10 - name: Create kind cluster and setup Sigstore Scaffolding - uses: sigstore/scaffolding/actions/setup@ef44f1a1b8bb27040426d3e0538236df2c3deaa7 + uses: sigstore/scaffolding/actions/setup@9eb31e2f96b290a7c13ef653767c60dd4bc1f481 with: version: 'v0.6.8' k8s-version: ${{ matrix.k8s-version.version }}