From ce2f021e951d52fe437b7c758993853d1fb2987d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:17:58 +0000 Subject: [PATCH] [Dependencies]: bump actions/checkout from 6.0.3 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [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.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../build-and-publish-pre-release.yml | 2 +- .../workflows/build-and-publish-release.yml | 2 +- .../create-prs-for-stale-branches.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- .github/workflows/dotnet-version.yml | 2 +- .github/workflows/pr-lint.yml | 20 +++++++++---------- .github/workflows/pr-update.yml | 4 ++-- .github/workflows/pull-request.yml | 2 +- .github/workflows/update-labels.yml | 2 +- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/build-and-publish-pre-release.yml b/.github/workflows/build-and-publish-pre-release.yml index dd4be5d0..22ea6808 100644 --- a/.github/workflows/build-and-publish-pre-release.yml +++ b/.github/workflows/build-and-publish-pre-release.yml @@ -60,7 +60,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 0 diff --git a/.github/workflows/build-and-publish-release.yml b/.github/workflows/build-and-publish-release.yml index 60b73b00..4ec9cc19 100644 --- a/.github/workflows/build-and-publish-release.yml +++ b/.github/workflows/build-and-publish-release.yml @@ -60,7 +60,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 0 diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index b142f360..34ae2eb6 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -55,7 +55,7 @@ jobs: run: sudo apt install -y jq - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 0 @@ -107,7 +107,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 0 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e36a8246..030d92c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -65,7 +65,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 1 diff --git a/.github/workflows/dotnet-version.yml b/.github/workflows/dotnet-version.yml index 0120892c..14b4ff16 100644 --- a/.github/workflows/dotnet-version.yml +++ b/.github/workflows/dotnet-version.yml @@ -48,7 +48,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: ref: ${{ github.head_ref }} clean: true diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 8fd2339e..1a8d4038 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -68,7 +68,7 @@ jobs: - name: "Checkout Source" if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template')) - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 2 @@ -110,7 +110,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 0 @@ -170,7 +170,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 0 @@ -207,7 +207,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 1 @@ -234,7 +234,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 1 @@ -261,7 +261,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 1 @@ -297,7 +297,7 @@ jobs: - name: "Checkout Source" if: steps.visibility.outputs.is_public == 'true' - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 0 @@ -330,7 +330,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 1 @@ -357,7 +357,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 1 @@ -407,7 +407,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 0 diff --git a/.github/workflows/pr-update.yml b/.github/workflows/pr-update.yml index f218f351..2ed12617 100644 --- a/.github/workflows/pr-update.yml +++ b/.github/workflows/pr-update.yml @@ -87,7 +87,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 1 @@ -122,7 +122,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 1 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fe5364c7..da7a0cbb 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -48,7 +48,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 1 diff --git a/.github/workflows/update-labels.yml b/.github/workflows/update-labels.yml index 1eb9901f..779c0349 100644 --- a/.github/workflows/update-labels.yml +++ b/.github/workflows/update-labels.yml @@ -51,7 +51,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: clean: true fetch-depth: 1