From 36efa530b19e663c1cdc8d13475a6bf1622c2abe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:22:52 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test-coverage.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 73ac2956..0a9ebf8b 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -12,7 +12,7 @@ jobs: matrix: node-version: [16] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: persist-credentials: false - uses: pnpm/action-setup@v2.4.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d16df049..53ac27c5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: matrix: node-version: [16] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v2.4.0 with: version: 7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a7cb593..70fedd83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: monorepo-tags: true - name: Checkout Repository if: ${{ steps.release.outputs.releases_created }} - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Setup npmrc run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc - uses: pnpm/action-setup@v2.4.0 diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 3dc164c5..f16ba1b1 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -14,7 +14,7 @@ jobs: matrix: node-version: [16] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v2.4.0 with: version: 7