Skip to content

Commit 9ea2b74

Browse files
authored
Merge pull request #845 from nipreps/dependabot/github_actions/actions/setup-python-5
Build(deps): Bump actions/setup-python from 4 to 5
2 parents 8906e8c + 3879999 commit 9ea2b74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
fetch-depth: 0
5959
- name: Set up Python 3
60-
uses: actions/setup-python@v4
60+
uses: actions/setup-python@v5
6161
with:
6262
python-version: 3
6363
- name: Display Python version
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
fetch-depth: 0
143143
- name: Set up Python ${{ matrix.python-version }}
144-
uses: actions/setup-python@v4
144+
uses: actions/setup-python@v5
145145
with:
146146
python-version: ${{ matrix.python-version }}
147147
- name: Load test data cache
@@ -214,7 +214,7 @@ jobs:
214214
with:
215215
fetch-depth: 0
216216
- name: Set up Python ${{ matrix.python-version }}
217-
uses: actions/setup-python@v4
217+
uses: actions/setup-python@v5
218218
with:
219219
python-version: ${{ matrix.python-version }}
220220
- name: Load test data cache
@@ -254,7 +254,7 @@ jobs:
254254
steps:
255255
- uses: actions/checkout@v4
256256
- name: Set up Python 3
257-
uses: actions/setup-python@v4
257+
uses: actions/setup-python@v5
258258
with:
259259
python-version: 3
260260
- run: pipx run flake8 niworkflows/

0 commit comments

Comments
 (0)