Skip to content

Commit 32cbb87

Browse files
Bump carvel-dev/setup-action from 1 to 2 (#1480)
Bumps [carvel-dev/setup-action](https://github.com/carvel-dev/setup-action) from 1 to 2. - [Release notes](https://github.com/carvel-dev/setup-action/releases) - [Commits](carvel-dev/setup-action@v1...v2) --- updated-dependencies: - dependency-name: carvel-dev/setup-action 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>
1 parent 6f2515e commit 32cbb87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-published.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
validate-github-action:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: carvel-dev/setup-action@v1
10+
- uses: carvel-dev/setup-action@v2
1111
with:
1212
only: kctrl
1313
kctrl: ${{ github.event.release.tag_name }}

.github/workflows/test-kctrl-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Install Carvel Tools
33-
uses: carvel-dev/setup-action@v1
33+
uses: carvel-dev/setup-action@v2
3434
with:
3535
only: ytt, kbld, imgpkg, vendir, kapp
3636
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)