Skip to content

Commit f90b2d4

Browse files
Bump actions/checkout from 5 to 6
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](actions/checkout@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] <support@github.com>
1 parent 559f162 commit f90b2d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/htcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cmd /c "`"${VSRoot}/VC/Auxiliary/Build/vcvarsall.bat`" x64&set" `
3434
| Where-Object { $_ -like '*=*' } `
3535
| Out-File -Encoding utf8 -Append $Env:GITHUB_ENV
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
with:
3838
path: source
3939
fetch-depth: 0

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
- name: Setup Ruby
2929
uses: ruby/setup-ruby@v1
3030
with:

0 commit comments

Comments
 (0)