From f6fe952a81a81acb7c144c81c12cbbc9b9b779b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:24:42 +0300 Subject: [PATCH] Bump actions/checkout from 6 to 7 (#234702) Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/aglint.yml | 2 +- .github/workflows/markdownlint.yml | 2 +- .github/workflows/rotating-domains-checker.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aglint.yml b/.github/workflows/aglint.yml index fdbe6d1bb7f..09b13a5625a 100644 --- a/.github/workflows/aglint.yml +++ b/.github/workflows/aglint.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out to repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 06782d4139c..d6f56c5c88a 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out to repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/rotating-domains-checker.yml b/.github/workflows/rotating-domains-checker.yml index 353e6ad563e..e87ab26aa10 100644 --- a/.github/workflows/rotating-domains-checker.yml +++ b/.github/workflows/rotating-domains-checker.yml @@ -24,7 +24,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure git user run: | git config --global user.email "github-actions[bot]@users.noreply.github.com"