Skip to content

Commit

Permalink
chore(actions): update imranismail/setup-kustomize action to v2 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2022
1 parent 60cfd7e commit 96a1b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prereleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
repository: ydataai/manifests
token: ${{ secrets.ACCESS_TOKEN }}

- uses: imranismail/setup-kustomize@v1
- uses: imranismail/setup-kustomize@v2
with:
kustomize-version: "3.8.5"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/released.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
repository: ydataai/manifests
token: ${{ secrets.ACCESS_TOKEN }}

- uses: imranismail/setup-kustomize@v1
- uses: imranismail/setup-kustomize@v2
with:
kustomize-version: "3.8.5"

Expand Down

0 comments on commit 96a1b37

Please sign in to comment.