From eabce86593a677bba64a9c67a4ba9fbc9bc4c99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:13:35 +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_template.yaml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_template.yaml b/.github/workflows/ci_template.yaml index f27d800..44b922b 100644 --- a/.github/workflows/ci_template.yaml +++ b/.github/workflows/ci_template.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Retrieve the preceding commit to enable 'changed-files' to create a diff. fetch-depth: 2 @@ -71,7 +71,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Find Solution id: find diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f04c375..e1e66b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: prefixes: 'v' - name: 'Checkout' - uses: 'actions/checkout@v6' + uses: 'actions/checkout@v7' - name: '.NET Setup' uses: 'actions/setup-dotnet@v5' @@ -102,7 +102,7 @@ jobs: # - { name: 'GitHub', source: 'https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json', key: 'GITHUB_TOKEN' } steps: - name: 'Checkout' - uses: 'actions/checkout@v6' + uses: 'actions/checkout@v7' - name: '.NET Setup' uses: 'actions/setup-dotnet@v5'