From 9e5b77265ca530f4de5a3c2711006369495f43e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 21:10:07 +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/label-pull-requests.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 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/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 9ba39e6..7e1a383 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 }}