From 5e892c8774ad11ce694807d2c513cc17f0bbcd36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:03:29 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 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] --- .github/workflows/lint.yml | 8 ++++---- .github/workflows/maintenance-set-assignees-reviewers.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e5e901a..f27750b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Lint markdown files uses: avto-dev/markdown-lint@v1.5.0 @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Lint markdown links uses: gaurav-nelson/github-action-markdown-link-check@v1 @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Lint yaml files uses: ibiqlik/action-yamllint@v3.1.1 diff --git a/.github/workflows/maintenance-set-assignees-reviewers.yml b/.github/workflows/maintenance-set-assignees-reviewers.yml index 1a22f6a..73a9621 100644 --- a/.github/workflows/maintenance-set-assignees-reviewers.yml +++ b/.github/workflows/maintenance-set-assignees-reviewers.yml @@ -22,7 +22,7 @@ jobs: - check-permissions steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.OPS_TOKEN }}