From 91a2b8895e50a59524b7247de72148a2cb809508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:23:28 +0000 Subject: [PATCH] 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/CI_build.yml | 2 +- .github/workflows/CI_update_remote.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index 3be1788..e0d4a36 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v3 diff --git a/.github/workflows/CI_update_remote.yml b/.github/workflows/CI_update_remote.yml index 041effa..620dcf3 100644 --- a/.github/workflows/CI_update_remote.yml +++ b/.github/workflows/CI_update_remote.yml @@ -21,10 +21,10 @@ jobs: steps: - name: Checkout plugintemplate repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Checkout N++ repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: notepad-plus-plus/notepad-plus-plus path: npp_repo