Skip to content

Commit

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

build(deps): Bump ko-build/setup-ko from 0.6 to 0.7
  • Loading branch information
lamw authored Jun 26, 2024
2 parents 1ed830d + 6090a1f commit 70b3151
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache-dependency-path: vmware-event-router/go.sum

- name: Setup ko
uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa
uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037

- name: Create CHANGELOG for Release
env:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
id: go

- name: Setup ko
uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa
uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037

- name: Get short COMMIT and TAG
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- name: Setup ko
uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa
uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cache-dependency-path: vmware-event-router/go.sum

- name: Setup ko
uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa
uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037

- name: Get short COMMIT and TAG (used by ko)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- name: Setup ko
uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa
uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037

- name: Get short COMMIT and TAG
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-prerelease-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: go

- name: Setup ko
uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa
uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037

- name: Get short COMMIT and TAG
run: |
Expand Down

0 comments on commit 70b3151

Please sign in to comment.