From d5a8f51bf6505735852003a4f0cba9687741e76b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:53:06 +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/linter.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/publish_caching.yml | 2 +- .github/workflows/publish_efcore.yml | 2 +- .github/workflows/publish_tools.yml | 2 +- .github/workflows/publish_validation.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f1098f8..c60b969 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -34,7 +34,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c6efe16..da8ce6a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout # uses: actions/checkout@v4 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. diff --git a/.github/workflows/publish_caching.yml b/.github/workflows/publish_caching.yml index 03ddc7d..afbd75b 100644 --- a/.github/workflows/publish_caching.yml +++ b/.github/workflows/publish_caching.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. diff --git a/.github/workflows/publish_efcore.yml b/.github/workflows/publish_efcore.yml index b324883..154a892 100644 --- a/.github/workflows/publish_efcore.yml +++ b/.github/workflows/publish_efcore.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. diff --git a/.github/workflows/publish_tools.yml b/.github/workflows/publish_tools.yml index 45da6ff..0a40c3d 100644 --- a/.github/workflows/publish_tools.yml +++ b/.github/workflows/publish_tools.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. diff --git a/.github/workflows/publish_validation.yml b/.github/workflows/publish_validation.yml index 1e6fd0f..e758f18 100644 --- a/.github/workflows/publish_validation.yml +++ b/.github/workflows/publish_validation.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work.