From 00909ff38824e22a0f6707f62b16c8a83f68a1d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:59:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- .github/workflows/sync-from-tpl.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 236b1c9..5290316 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: e1himself/goss-installation-action@v1.2.1 - name: 📦 Check out the codebase - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index d2edf53..6bbe60b 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/sync-from-tpl.yml b/.github/workflows/sync-from-tpl.yml index 62ac732..efe1fd7 100644 --- a/.github/workflows/sync-from-tpl.yml +++ b/.github/workflows/sync-from-tpl.yml @@ -15,7 +15,7 @@ jobs: steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.WORKFLOW_TOKEN }}