Skip to content

Commit 771ba26

Browse files
authored
Merge pull request #62 from nipype/fix/auto
update release workflows
2 parents 64e351e + 3ab7bc3 commit 771ba26

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
pypi-release:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v4.1.1
1212

1313
- name: Set up Python
14-
uses: actions/setup-python@v4
14+
uses: actions/setup-python@v5.0.0
1515
with:
1616
python-version: 3.11
1717

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77
- master
88

99
env:
10-
AUTO_VERSION: v11.0.4
10+
AUTO_VERSION: v11.1.1
1111

1212
jobs:
1313
auto-release:
1414
runs-on: ubuntu-latest
1515
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v4.1.1
1818

1919
- name: Prepare repository
2020
# Fetch full git history and tags
@@ -26,9 +26,9 @@ jobs:
2626
run: git config --local --unset http.https://github.com/.extraheader
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5.0.0
3030
with:
31-
python-version: 3.7
31+
python-version: "3.10"
3232

3333
- name: Download auto
3434
run: |

0 commit comments

Comments
 (0)