Skip to content

Commit 6d86978

Browse files
dependabot[bot]ShrBox
authored andcommitted
build(deps): 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] <[email protected]>
1 parent 1d940bf commit 6d86978

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: windows-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111

1212
- uses: xmake-io/github-action-setup-xmake@v1
1313
# with:
@@ -39,7 +39,7 @@ jobs:
3939
# clang-format:
4040
# runs-on: windows-latest
4141
# steps:
42-
# - uses: actions/checkout@v5
42+
# - uses: actions/checkout@v6
4343

4444
# - run: |
4545
# choco install llvm -y --version=17.0.6

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: windows-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111

1212
- uses: xmake-io/github-action-setup-xmake@v1
1313
# with:
@@ -41,7 +41,7 @@ jobs:
4141
contents: write
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545

4646
- id: extract-release-notes
4747
uses: ffurrer2/extract-release-notes@v2
@@ -59,7 +59,7 @@ jobs:
5959
contents: write
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: actions/checkout@v5
62+
- uses: actions/checkout@v6
6363

6464
- uses: actions/download-artifact@v6
6565
with:

0 commit comments

Comments
 (0)