From 2c59ffa2042b2744fa736f783e14704d184fc1c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 02:35:05 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 2 +- .github/workflows/commitlint.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8c0f10d..0b168a6 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -15,7 +15,7 @@ jobs: node-version: ['22.13.0', '24.11.0'] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Node uses: actions/setup-node@v4 with: diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 6c8efbe..d8d2a48 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -12,6 +12,6 @@ jobs: timeout-minutes: 1 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Commitlint uses: wagoid/commitlint-github-action@v6 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7ebb550..90b649e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - uses: googleapis/release-please-action@v4 with: release-type: node - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}