Skip to content

Commit

Permalink
Merge pull request #1627 from shipwright-io/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/ko-build/setup-ko-0.7

Bump ko-build/setup-ko from 0.6 to 0.7
  • Loading branch information
openshift-merge-bot[bot] authored Jun 18, 2024
2 parents 13ad507 + 7a61c18 commit b83658f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
cache: true
check-latest: true
- name: Install Ko
uses: ko-build/setup-ko@v0.6
uses: ko-build/setup-ko@v0.7
with:
version: v0.15.2
- name: Install kubectl
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
kubectl apply -f test/data/registry.yaml
kubectl -n registry rollout status deployment registry --timeout=1m
- name: Install Ko
uses: ko-build/setup-ko@v0.6
uses: ko-build/setup-ko@v0.7
with:
version: v0.15.2
- name: Install Shipwright Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
check-latest: true

# Install tools
- uses: ko-build/setup-ko@v0.6
- uses: ko-build/setup-ko@v0.7
with:
version: v0.15.2
- uses: imjasonh/setup-crane@31b88efe9de28ae0ffa220711af4b60be9435f6e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
check-latest: true

# Install tools
- uses: ko-build/setup-ko@v0.6
- uses: ko-build/setup-ko@v0.7
with:
version: v0.15.2
- uses: sigstore/cosign-installer@v3
Expand Down

0 comments on commit b83658f

Please sign in to comment.