Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/autodoc_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Install Git and checkout project"
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: "Setup Python"
uses: actions/setup-python@v5
Expand All @@ -42,7 +42,7 @@ jobs:

# The token will expire in 2024.
- name: "Checkout mapdl-cmd-doc repository"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ansys-internal/mapdl-cmd-doc
ref: feat/pyconverter-xml2py-predifined-format
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

steps:
- name: "Install Git and checkout project"
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: "Setup Python"
uses: actions/setup-python@v5
Expand All @@ -116,7 +116,7 @@ jobs:

# The token will expire in 2024.
- name: "Checkout mapdl-cmd-doc repository"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ansys-internal/mapdl-cmd-doc
ref: feat/pyconverter-xml2py-predifined-format
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
needs: [doc-style]
steps:
- name: "Install Git and checkout project"
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: "Setup Python"
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Syncer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading