From ed2d14425bd2d6cdb07a5002981c9a119de6723d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:14:31 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/checks.yml | 4 ++-- .github/workflows/commit.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 1c25572..30fd0b1 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - name: Install pnpm uses: pnpm/action-setup@v2 with: diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index fd97a80..b67878a 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Install pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c65efbe..de67c8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: name: Publish package steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install pnpm uses: pnpm/action-setup@v2 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56bf133..4497571 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@v4 + uses: actions/checkout@v5 - name: Install pnpm uses: pnpm/action-setup@v2 with: