From f541ce35e4bcab8a83643f32d07e320a88a6b20c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 02:20:14 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch.yaml b/.github/workflows/branch.yaml index 9b4f119..8bd9253 100644 --- a/.github/workflows/branch.yaml +++ b/.github/workflows/branch.yaml @@ -29,7 +29,7 @@ jobs: helm version - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup jsonnet run: |