Skip to content

Commit 91eb9a7

Browse files
authored
Updated publish CI/CD workflow (#1111)
* updated package versions for GH actions * fixed typo in PR template
1 parent ec40b75 commit 91eb9a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ close the listed issue upon merging this Pull Request.
2323
### Pull Request Checklist
2424

2525
<!--
26-
Please fill out the following checklist if applicable. For more more information and help, please see the Contributor Documentation avaialable at https://rasbt.github.io/mlxtend/contributing/.
26+
Please fill out the following checklist if applicable. For more more information and help, please see the Contributor Documentation available at https://rasbt.github.io/mlxtend/contributing/.
2727
-->
2828

2929
- [ ] Added a note about the modification or contribution to the `./docs/sources/CHANGELOG.md` file (if applicable)

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- name: Checkout source
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: "3.x"
2929

0 commit comments

Comments
 (0)