From 1053c4a514d69eecdb9307814019b34933c0940e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:21:49 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/checks.yml | 6 +++--- .github/workflows/commit.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/tests.yml | 6 +++--- .github/workflows/website.yml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e9497f76..b7e5bd63 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -9,7 +9,7 @@ jobs: name: size-limit steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install pnpm uses: pnpm/action-setup@v4 with: @@ -28,7 +28,7 @@ jobs: name: editorconfig steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Create config run: | echo '{"Exclude": ["docs"]}' > .ecrc @@ -39,7 +39,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@v4 with: diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 3451d50d..8f5d38b8 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 6f2bd277..8146a38a 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - name: Install pnpm uses: pnpm/action-setup@v4 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0e777c6b..d77225a5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: name: types steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install pnpm uses: pnpm/action-setup@v4 with: @@ -30,7 +30,7 @@ jobs: name: lint steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install pnpm uses: pnpm/action-setup@v4 with: @@ -49,7 +49,7 @@ jobs: name: unit steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install pnpm uses: pnpm/action-setup@v4 with: diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index dab154bb..8a36da50 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -21,7 +21,7 @@ jobs: name: deploy website steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install pnpm uses: pnpm/action-setup@v4 with: