Skip to content

Commit 25b3ecd

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] <[email protected]>
1 parent 038c976 commit 25b3ecd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

β€Ž.github/workflows/docs.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828

2929
- name: πŸ“₯ Checkout
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131

3232
- name: πŸ“‚ Load .env file
3333
if: hashFiles('.github/workflows/.env') != ''

β€Ž.github/workflows/linux.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363

6464
- name: πŸ“₯ Checkout
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666

6767
- name: πŸ“‚ Load .env file
6868
if: hashFiles('.github/workflows/.env') != ''

β€Ž.github/workflows/macOS.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- '4.1'
6161
steps:
6262
- name: πŸ“₯ Checkout
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v6
6464

6565
- name: πŸ“‚ Load .env file
6666
if: hashFiles('.github/workflows/.env') != ''

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030

3131
- name: Checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333

3434
- name: Upload CMakeMM to release
3535
uses: svenstaro/[email protected]

β€Ž.github/workflows/windows.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363

6464
- name: πŸ“₯ Checkout
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666

6767
- name: πŸ“‚ Load .env file
6868
if: hashFiles('.github/workflows/.env') != ''

0 commit comments

Comments
Β (0)