From f2ecfbe5a498b89b241d60c4d336084b10df95ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:23:44 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cache-cleanup.yml | 2 +- .github/workflows/linters.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/repo-labels-sync.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cache-cleanup.yml b/.github/workflows/cache-cleanup.yml index 6b6da4b9..2eac9a7e 100644 --- a/.github/workflows/cache-cleanup.yml +++ b/.github/workflows/cache-cleanup.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Cleanup cache run: | diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 9a986757..99dd44d1 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -21,7 +21,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Cache modules uses: actions/cache@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7f6ef5a..b5896665 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: uses: actions/setup-node@v6 - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get version id: get_version diff --git a/.github/workflows/repo-labels-sync.yml b/.github/workflows/repo-labels-sync.yml index 35c7ae74..7eba2868 100644 --- a/.github/workflows/repo-labels-sync.yml +++ b/.github/workflows/repo-labels-sync.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v6