From 8e91031add67861cf977cd222db93bb1db00be79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 18:39:28 +0000 Subject: [PATCH] Bump vmware-tanzu/carvel-setup-action from 1 to 2 Bumps [vmware-tanzu/carvel-setup-action](https://github.com/vmware-tanzu/carvel-setup-action) from 1 to 2. - [Release notes](https://github.com/vmware-tanzu/carvel-setup-action/releases) - [Commits](https://github.com/vmware-tanzu/carvel-setup-action/compare/v1...v2) --- updated-dependencies: - dependency-name: vmware-tanzu/carvel-setup-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 055135a..d335841 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -18,7 +18,7 @@ jobs: architecture: "x64" - name: Setup Carvel - uses: vmware-tanzu/carvel-setup-action@v1 + uses: vmware-tanzu/carvel-setup-action@v2 - name: Checkout code uses: actions/checkout@v4