From 4568aa8d00a6dfd47ebc6a2c03dc93e6204bb362 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:40:34 +0000 Subject: [PATCH] =?UTF-8?q?deps(github-actions):=20update=20actions/checko?= =?UTF-8?q?ut=20action=20(=20v4.2.1=20=E2=86=92=20v4.2.2=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bce3d4c..1acd4e1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Build `kubectl-switch` run: go build -o kubectl-switch