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: