Skip to content

Commit 0e8ae12

Browse files
dependabot[bot]donny-dont
authored andcommitted
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](actions/checkout@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] <support@github.com>
1 parent ec06747 commit 0e8ae12

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
triplet: [x64-windows-webkit]
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v7
2222
with:
2323
repository: microsoft/vcpkg
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v7
2525
with:
2626
path: WebKitRequirements
2727

.github/workflows/reqcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
}
2727
return '';
2828
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v7
3030
with:
3131
repository: microsoft/vcpkg
3232
ref: ${{ steps.get-sha.outputs.result }}
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v7
3434
with:
3535
path: WebKitRequirements
3636

0 commit comments

Comments
 (0)