Skip to content

Commit

Permalink
Bump ko-build/setup-ko from 0.6 to 0.7
Browse files Browse the repository at this point in the history
Bumps [ko-build/setup-ko](https://github.com/ko-build/setup-ko) from 0.6 to 0.7.
- [Release notes](https://github.com/ko-build/setup-ko/releases)
- [Commits](ko-build/setup-ko@v0.6...v0.7)

---
updated-dependencies:
- dependency-name: ko-build/setup-ko
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 13ad507 commit 7a61c18
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 7a61c18

Please sign in to comment.