Skip to content

Commit

Permalink
bump scaffolding version in tests to 0.7.5 (#3800)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcallaway committed Jul 28, 2024
1 parent 62a2cff commit 98c2cab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
VAULT_TOKEN: "root"
VAULT_ADDR: "http://localhost:8200"
COSIGN_YES: "true"
SCAFFOLDING_RELEASE_VERSION: "v0.7.2"
SCAFFOLDING_RELEASE_VERSION: "v0.7.5"
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest

env:
SCAFFOLDING_RELEASE_VERSION: "v0.7.2"
SCAFFOLDING_RELEASE_VERSION: "v0.7.5"

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-verify-attestation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

env:
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
SCAFFOLDING_RELEASE_VERSION: "v0.7.2"
SCAFFOLDING_RELEASE_VERSION: "v0.7.5"
GO111MODULE: on
GOFLAGS: -ldflags=-s -ldflags=-w
KOCACHE: ~/ko
Expand Down

0 comments on commit 98c2cab

Please sign in to comment.