From 08a4bb8254aeae8961a6967da96b9c9af4f6f1fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:44:46 +0000 Subject: [PATCH] build(deps): Bump actions/checkout in /.github/actions/setup-vcpkg Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/actions/setup-vcpkg/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-vcpkg/action.yml b/.github/actions/setup-vcpkg/action.yml index 41cc41a35ef..eb732db61e0 100644 --- a/.github/actions/setup-vcpkg/action.yml +++ b/.github/actions/setup-vcpkg/action.yml @@ -19,7 +19,7 @@ runs: steps: - name: Clone vcpkg - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: microsoft/vcpkg ref: ${{ inputs.revision }}