From fefac02ad7321b3951aa329c9839149c3bab1ea5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:59:04 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/reusable-build-native.yml | 2 +- .github/workflows/reusable-pack.yml | 2 +- .github/workflows/reusable-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-build-native.yml b/.github/workflows/reusable-build-native.yml index c987425..c15b02b 100644 --- a/.github/workflows/reusable-build-native.yml +++ b/.github/workflows/reusable-build-native.yml @@ -29,7 +29,7 @@ jobs: os: windows-2022 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/reusable-pack.yml b/.github/workflows/reusable-pack.yml index 9c1dfd5..0fdfed8 100644 --- a/.github/workflows/reusable-pack.yml +++ b/.github/workflows/reusable-pack.yml @@ -21,7 +21,7 @@ jobs: name: Pack NuGet (${{ inputs.version }}) runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/reusable-test.yml b/.github/workflows/reusable-test.yml index 2a65cc1..e3d821a 100644 --- a/.github/workflows/reusable-test.yml +++ b/.github/workflows/reusable-test.yml @@ -28,7 +28,7 @@ jobs: os: windows-2022 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-dotnet@v4 with: