Skip to content

Commit 5ada4ca

Browse files
authored
Merge pull request #637 from nipype/dependabot/github_actions/actions/setup-python-4
Build(deps): Bump actions/setup-python from 2 to 4
2 parents c4dd859 + 29a3670 commit 5ada4ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up Python
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v4
1818
with:
1919
python-version: '3.x'
2020
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: git config --local --unset http.https://github.com/.extraheader
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@v4
3131
with:
3232
python-version: 3.7
3333

.github/workflows/testsingularity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
5151
- name: Set up Python ${{ matrix.python-version }}
52-
uses: actions/setup-python@v2
52+
uses: actions/setup-python@v4
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555
- name: Update build tools

0 commit comments

Comments
 (0)