Skip to content

Commit f6c8fcb

Browse files
Build(deps): Bump actions/checkout from 4 to 5 in the actions group (#1036)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 5df5b10 commit f6c8fcb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-build.yml

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

7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v5
7575

7676
- name: Install the latest version of uv and set the python version
7777
uses: astral-sh/setup-uv@v6
@@ -99,7 +99,7 @@ jobs:
9999
extras-version: ['fluent-all', 'mapdl-all', 'tools']
100100

101101
steps:
102-
- uses: actions/checkout@v4
102+
- uses: actions/checkout@v5
103103

104104
- name: Install the latest version of uv and set the python version
105105
uses: astral-sh/setup-uv@v6

.github/workflows/create-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
"ansys/pymaterials-manager",
7373
]
7474
steps:
75-
- uses: actions/checkout@v4
75+
- uses: actions/checkout@v5
7676

7777
- name: Set up Python ${{ env.MAIN_PYTHON_VERSION }}
7878
uses: actions/setup-python@v5

.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@v4
31+
uses: actions/checkout@v5
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@v4
40+
uses: actions/checkout@v5
4141
with:
4242
ref: gh-pages
4343

0 commit comments

Comments
 (0)