From d4709106b2c3ee5566b3184eb8bc66bd532f392d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:04:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/linter.yml | 2 +- .github/workflows/release-container.yml | 2 +- .github/workflows/release-internal.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e364586..bc52fe9 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Lint Codebase diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml index 864f093..f87a830 100644 --- a/.github/workflows/release-container.yml +++ b/.github/workflows/release-container.yml @@ -15,7 +15,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run release script if: ${{ github.event_name != 'pull_request' }} run: | diff --git a/.github/workflows/release-internal.yml b/.github/workflows/release-internal.yml index 124b319..338d107 100644 --- a/.github/workflows/release-internal.yml +++ b/.github/workflows/release-internal.yml @@ -18,7 +18,7 @@ jobs: name: Release steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-tags: true - name: Release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec298c7..da3da3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: name: Release steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-tags: true - name: Release