Skip to content

Commit e990a5a

Browse files
Build(deps): Bump actions/checkout from 5 to 6 in the actions group (#1126)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11be76e commit e990a5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
python-version: ['3.10', '3.11', '3.12', '3.13']
7979

8080
steps:
81-
- uses: actions/checkout@v5
81+
- uses: actions/checkout@v6
8282

8383
- name: Install the latest version of uv and set the python version
8484
uses: astral-sh/setup-uv@v7
@@ -107,7 +107,7 @@ jobs:
107107
extras-version: ['fluent-all', 'mapdl-all', 'tools']
108108

109109
steps:
110-
- uses: actions/checkout@v5
110+
- uses: actions/checkout@v6
111111

112112
- name: Install the latest version of uv and set the python version
113113
uses: astral-sh/setup-uv@v7

.github/workflows/update-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install requests
2929
3030
- name: Checkout repository
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: Copy tools folder to /tmp and run sitemap script
3434
working-directory: /tmp
@@ -37,7 +37,7 @@ jobs:
3737
python ./tools/catsitemap.py
3838
3939
- name: Checkout repository gh-pages branch
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
ref: gh-pages
4343

0 commit comments

Comments
 (0)