Skip to content

Commit

Permalink
build(deps): bump imranismail/setup-kustomize from 1 to 2 (podkrepi-b…
Browse files Browse the repository at this point in the history
…g#1660)

Bumps [imranismail/setup-kustomize](https://github.com/imranismail/setup-kustomize) from 1 to 2.
- [Release notes](https://github.com/imranismail/setup-kustomize/releases)
- [Commits](imranismail/setup-kustomize@v1.0.0...v2)

---
updated-dependencies:
- dependency-name: imranismail/setup-kustomize
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and RalitsaIlieva committed Dec 14, 2023
1 parent 48925d2 commit b38797a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install kustomize
uses: imranismail/setup-kustomize@v1
uses: imranismail/setup-kustomize@v2

- name: Build development manifests
run: kustomize build manifests/overlays/development > dev-manifests.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install kustomize
uses: imranismail/setup-kustomize@v1
uses: imranismail/setup-kustomize@v2

- name: Build development manifests
run: kustomize build manifests/overlays/development > dev-manifests.yaml
Expand Down

0 comments on commit b38797a

Please sign in to comment.