From b410e486b4d51a07a0a5ff607a256523102e245d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:49:01 +0000 Subject: [PATCH] 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/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e7350e..97c0561 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,25 +31,25 @@ jobs: NuGetPackageSourceCredentials_FabricToolsGH: "Username=${{ github.repository_owner }};Password=${{ secrets.GITHUB_TOKEN }}" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 name: Checkout microsoft/json-schemas with: repository: microsoft/json-schemas path: 'external/json-schemas' sparse-checkout: | fabric - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 name: Checkout StefH/AnyOf with: repository: StefH/AnyOf path: 'external/AnyOf' sparse-checkout: | src/AnyOf.System.Text.Json - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 name: Checkout pbir-samples with: repository: FabricTools/pbir-samples