From 0f17d56986c39088246c4a9a7229f2809f7ef2ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:04:40 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-pack.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/label-pull-requests.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-pack.yml b/.github/workflows/build-test-pack.yml index d664334..73a20ff 100644 --- a/.github/workflows/build-test-pack.yml +++ b/.github/workflows/build-test-pack.yml @@ -17,7 +17,7 @@ jobs: FEEDZ_IO_PRIVATE_TOKEN: ${{ secrets.FEEDZ_IO_PRIVATE_TOKEN }} steps: - name: Checkout repository with full history - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Checkout with full history so nbgv can compute Git height correctly. - name: Setup .NET SDK diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 49f1367..eea0fcb 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,7 +27,7 @@ jobs: language: [ 'csharp' ] # https://aka.ms/codeql-docs/language-support steps: - name: Checkout repository with full history - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Checkout with full history so nbgv can compute Git height correctly. - name: Initialize CodeQL diff --git a/.github/workflows/label-pull-requests.yml b/.github/workflows/label-pull-requests.yml index f933ecf..f051f91 100644 --- a/.github/workflows/label-pull-requests.yml +++ b/.github/workflows/label-pull-requests.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Assign labels to pull request uses: actions/labeler@v6 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3760925..3a0e64c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: echo Check changelog before update : %CHECK_CHANGELOG% echo Cake verbosity : %CAKE_VERBOSITY% - name: Checkout repository with full history - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Checkout with full history so nbgv can compute Git height correctly. token: ${{ secrets.RELEASE_TOKEN }}