From 2a4757f9615f9ca440b052ead5e8633903315a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:53:45 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/codeql.yml | 2 +- .github/workflows/dotnet-cd.yml | 2 +- .github/workflows/dotnet-ci.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 186893d..fe7968a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/dotnet-cd.yml b/.github/workflows/dotnet-cd.yml index 8c972b7..88f3540 100644 --- a/.github/workflows/dotnet-cd.yml +++ b/.github/workflows/dotnet-cd.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/dotnet-ci.yml b/.github/workflows/dotnet-ci.yml index ed263fa..0965077 100644 --- a/.github/workflows/dotnet-ci.yml +++ b/.github/workflows/dotnet-ci.yml @@ -19,7 +19,7 @@ jobs: contents: read steps: - name: Checkout repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6 - name: Set up .NET ${{ env.DOTNET_VERSION }} uses: actions/setup-dotnet@v5.2.0 @@ -47,7 +47,7 @@ jobs: contents: read steps: - name: Checkout repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6 - name: Set up .NET ${{ env.DOTNET_VERSION }} uses: actions/setup-dotnet@v5.2.0 @@ -92,7 +92,7 @@ jobs: contents: read steps: - name: Checkout repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6 - name: Download Cobertura coverage report artifact uses: actions/download-artifact@v8.0.1