Skip to content

Commit

Permalink
Bump ko-build/setup-ko from 0.6 to 0.8 in the actions group
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [ko-build/setup-ko](https://github.com/ko-build/setup-ko).


Updates `ko-build/setup-ko` from 0.6 to 0.8
- [Release notes](https://github.com/ko-build/setup-ko/releases)
- [Commits](ko-build/setup-ko@v0.6...v0.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 94b83ff commit 8f8dfc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
go-version: '1.24'

- name: Setup ko
uses: ko-build/setup-ko@v0.6
uses: ko-build/setup-ko@v0.8

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cache: 'npm'
cache-dependency-path: 'web/package-lock.json'
- name: Setup ko
uses: ko-build/setup-ko@v0.6
uses: ko-build/setup-ko@v0.8
- name: Build web UI
run: ./scripts/build-web.sh
- name: Move web artifacts
Expand Down

0 comments on commit 8f8dfc4

Please sign in to comment.