Skip to content

Commit 0698d2f

Browse files
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a2db67e commit 0698d2f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/autodoc_cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: "Install Git and checkout project"
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: "Setup Python"
3131
uses: actions/setup-python@v5
@@ -42,7 +42,7 @@ jobs:
4242
4343
# The token will expire in 2024.
4444
- name: "Checkout mapdl-cmd-doc repository"
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646
with:
4747
repository: ansys-internal/mapdl-cmd-doc
4848
ref: feat/pyconverter-xml2py-predifined-format

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
steps:
9696
- name: "Install Git and checkout project"
97-
uses: actions/checkout@v4
97+
uses: actions/checkout@v5
9898

9999
- name: "Setup Python"
100100
uses: actions/setup-python@v5
@@ -116,7 +116,7 @@ jobs:
116116
117117
# The token will expire in 2024.
118118
- name: "Checkout mapdl-cmd-doc repository"
119-
uses: actions/checkout@v4
119+
uses: actions/checkout@v5
120120
with:
121121
repository: ansys-internal/mapdl-cmd-doc
122122
ref: feat/pyconverter-xml2py-predifined-format
@@ -153,7 +153,7 @@ jobs:
153153
needs: [doc-style]
154154
steps:
155155
- name: "Install Git and checkout project"
156-
uses: actions/checkout@v4
156+
uses: actions/checkout@v5
157157

158158
- name: "Setup Python"
159159
uses: actions/setup-python@v5

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Syncer
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- uses: micnncim/action-label-syncer@v1
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)