From cbc607bc506649ae3344750c785ca87e8f15fa39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:45:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .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..a42b0ff5 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@v7 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..9e37a127 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@v7 - uses: pnpm/action-setup@v2.4.0 with: version: 7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a7cb593..a86fbf98 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@v7 - 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..8714b338 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@v7 - uses: pnpm/action-setup@v2.4.0 with: version: 7