From b95cd3847fc3c9bfc3c78eb5fed22e7ddd1d960e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 16:07:05 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.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/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-dotnet-fast.yml | 2 +- .github/workflows/step-dotnet-build.yml | 2 +- .github/workflows/step-dotnet-draft-release.yml | 2 +- .github/workflows/step-dotnet-format.yml | 2 +- .github/workflows/step-dotnet-tests.yml | 2 +- .github/workflows/step-dotnet-version.yml | 2 +- .github/workflows/step-node-commitlint.yml | 2 +- .github/workflows/update-license.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-dotnet-fast.yml b/.github/workflows/build-dotnet-fast.yml index 3593911..445c434 100644 --- a/.github/workflows/build-dotnet-fast.yml +++ b/.github/workflows/build-dotnet-fast.yml @@ -80,7 +80,7 @@ jobs: runs-on: ${{ inputs.runsOnBuild || 'ubuntu-latest' }} steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/step-dotnet-build.yml b/.github/workflows/step-dotnet-build.yml index cb788f2..69da58d 100644 --- a/.github/workflows/step-dotnet-build.yml +++ b/.github/workflows/step-dotnet-build.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/step-dotnet-draft-release.yml b/.github/workflows/step-dotnet-draft-release.yml index 9494e8c..094c5cc 100644 --- a/.github/workflows/step-dotnet-draft-release.yml +++ b/.github/workflows/step-dotnet-draft-release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/step-dotnet-format.yml b/.github/workflows/step-dotnet-format.yml index 10dda7a..a2934ae 100644 --- a/.github/workflows/step-dotnet-format.yml +++ b/.github/workflows/step-dotnet-format.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/step-dotnet-tests.yml b/.github/workflows/step-dotnet-tests.yml index fbe2a3e..a114205 100644 --- a/.github/workflows/step-dotnet-tests.yml +++ b/.github/workflows/step-dotnet-tests.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/step-dotnet-version.yml b/.github/workflows/step-dotnet-version.yml index 86b1476..e8a05b9 100644 --- a/.github/workflows/step-dotnet-version.yml +++ b/.github/workflows/step-dotnet-version.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/step-node-commitlint.yml b/.github/workflows/step-node-commitlint.yml index c695fc1..94c7d16 100644 --- a/.github/workflows/step-node-commitlint.yml +++ b/.github/workflows/step-node-commitlint.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index 4b4a8b0..55e60f1 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0