From edfa13062e1236dc3c3550204beb24a224668b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:16:29 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [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...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- .github/workflows/reqcheck.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5c4fffd..6043854 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,10 +18,10 @@ jobs: triplet: [x64-windows-webkit] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: repository: microsoft/vcpkg - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: path: WebKitRequirements diff --git a/.github/workflows/reqcheck.yml b/.github/workflows/reqcheck.yml index 06f8f5e..ab1252e 100644 --- a/.github/workflows/reqcheck.yml +++ b/.github/workflows/reqcheck.yml @@ -26,11 +26,11 @@ jobs: } return ''; - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: repository: microsoft/vcpkg ref: ${{ steps.get-sha.outputs.result }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: path: WebKitRequirements