From 335f4ec12826fed14058a29fc7b4bc6c2b5c0ec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:04:56 +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 | 10 +++++----- .github/workflows/release-notifier.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index b7b6cb07d20e..fdb4df263123 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }} @@ -152,7 +152,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v3 @@ -255,7 +255,7 @@ jobs: # steps: # - name: Checkout repo - # uses: actions/checkout@v6 + # uses: actions/checkout@v7 # - name: Add msbuild to PATH # uses: microsoft/setup-msbuild@v3 @@ -286,7 +286,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v3 @@ -365,7 +365,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Modify resource.h N++ version to avoid confusion working-directory: PowerEditor\src\ diff --git a/.github/workflows/release-notifier.yml b/.github/workflows/release-notifier.yml index 360402b5c8a9..36c6e348fde7 100644 --- a/.github/workflows/release-notifier.yml +++ b/.github/workflows/release-notifier.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Get changes