Skip to content

Commit ba79635

Browse files
authored
Merge pull request #169 from OpenMS/poshul-patch-1
Update release-autowrap.yaml
2 parents ada8956 + 271dd64 commit ba79635

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/black.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- uses: psf/black@stable
1111
with:
1212
options: "--check --diff"

.github/workflows/ci-autowrap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- CYTHON: "==3.0.0a10"
3333
python-version: "3.10"
3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636

3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v2
38+
uses: actions/setup-python@v4
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141

.github/workflows/release-autowrap.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
build_publish:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: 3.9
2424

@@ -46,7 +46,7 @@ jobs:
4646
id: version
4747

4848
- name: Create github release
49-
uses: actions/create-release@v1
49+
uses: actions/create-release@v1.1.4
5050
id: create_release
5151
with:
5252
draft: false
@@ -69,7 +69,7 @@ jobs:
6969
rm CHANGELOG.md && echo "autowrap $NEXT_VER" > CHANGELOG.md
7070
sed -i -e "s/^[[:space:]]*__version__.*/__version__ = \(${NEXT_VER//./, }\)/g" autowrap/version.py
7171
72-
- uses: stefanzweifel/git-auto-commit-action@v4
72+
- uses: stefanzweifel/git-auto-commit-action@v4.15.2
7373
with:
7474
commit_message: New release cycle
7575
file_pattern: CHANGELOG.md HISTORY.md autowrap/version.py

0 commit comments

Comments
 (0)