Skip to content

Commit d239e75

Browse files
committed
updated actions
1 parent e238ad3 commit d239e75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- '--editable git+https://github.com/nipype/pydra.git#egg=pydra'
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
- name: Install build dependencies
@@ -50,9 +50,9 @@ jobs:
5050
python-version: [3.7, 3.8, 3.9, '3.10']
5151

5252
steps:
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v4
55+
uses: actions/setup-python@v5
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
- name: Install build dependencies
@@ -78,12 +78,12 @@ jobs:
7878
matrix:
7979
python-version: [3.9]
8080
steps:
81-
- uses: actions/checkout@v3
81+
- uses: actions/checkout@v4
8282
with:
8383
submodules: recursive
8484
fetch-depth: 0
8585
- name: Set up Python ${{ matrix.python-version }}
86-
uses: actions/setup-python@v4
86+
uses: actions/setup-python@v5
8787
with:
8888
python-version: ${{ matrix.python-version }}
8989
- name: Install build tools

0 commit comments

Comments
 (0)