From a65cafd74cda8f0e121c8f259c41aba8f43391f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:17:16 +0000 Subject: [PATCH] ci(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/counts-vendor-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/counts-vendor-sync.yml b/.github/workflows/counts-vendor-sync.yml index 98ffafdb..afdaf6fd 100644 --- a/.github/workflows/counts-vendor-sync.yml +++ b/.github/workflows/counts-vendor-sync.yml @@ -38,10 +38,10 @@ jobs: timeout-minutes: 5 steps: - name: Checkout cli - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Checkout plugins (public, no token required) - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: nself-org/plugins path: .plugins-canonical