From 5ac5d92af5b846da32e11cad5d7e8577b7a84175 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 09:31:28 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/checks.yml | 4 ++-- .github/workflows/commit.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/tests.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 37e7b1a..e8f38c0 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -9,7 +9,7 @@ jobs: name: editorconfig steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check editorconfig uses: editorconfig-checker/action-editorconfig-checker@main package-json: @@ -17,7 +17,7 @@ jobs: name: package.json steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6 with: diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 474a1f3..d9eb96e 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -7,7 +7,7 @@ jobs: name: commitlint steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Install pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4ff862..2b8e9e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: workflow: ${{ steps.check.outputs.workflow }} steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Context check id: check uses: trigensoftware/simple-release-action@latest @@ -28,7 +28,7 @@ jobs: if: needs.check.outputs.workflow == 'pull-request' steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create or update pull request uses: trigensoftware/simple-release-action@latest with: @@ -41,7 +41,7 @@ jobs: if: needs.check.outputs.workflow == 'release' steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc56f04..2350710 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: name: unit steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6 with: @@ -29,7 +29,7 @@ jobs: name: lint steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6 with: