Skip to content

Commit 5ef205f

Browse files
authored
Merge pull request #412 from nipreps/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
2 parents f8f35d7 + 62a42db commit 5ef205f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docs-build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "CURBRANCH=${CURBRANCH}" >> ${GITHUB_ENV}
4141
4242
- name: Set up Python 3
43-
uses: actions/setup-python@v4
43+
uses: actions/setup-python@v5
4444
with:
4545
python-version: 3
4646

.github/workflows/docs-build-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sudo apt-get install -y --no-install-recommends graphviz pandoc
4646
4747
- name: Set up Python 3
48-
uses: actions/setup-python@v4
48+
uses: actions/setup-python@v5
4949
with:
5050
python-version: 3
5151

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
fetch-depth: 0
6060
- name: Set up Python 3
61-
uses: actions/setup-python@v4
61+
uses: actions/setup-python@v5
6262
with:
6363
python-version: 3
6464
- name: Display Python version
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
fetch-depth: 0
9292
- name: Set up Python ${{ matrix.python-version }}
93-
uses: actions/setup-python@v4
93+
uses: actions/setup-python@v5
9494
with:
9595
python-version: ${{ matrix.python-version }}
9696
- name: Fetch packages
@@ -126,7 +126,7 @@ jobs:
126126
steps:
127127
- uses: actions/checkout@v4
128128
- name: Set up Python
129-
uses: actions/setup-python@v4
129+
uses: actions/setup-python@v5
130130
- run: pipx run flake8-pyproject sdcflows/
131131

132132
# codespell:

0 commit comments

Comments
 (0)