Skip to content

Commit a672b4d

Browse files
authored
Update pypi-publish.yml
Update actions to use Node.js 20
1 parent 7e1daf1 commit a672b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Set up Python
26-
uses: actions/setup-python@v3
26+
uses: actions/setup-python@v5.4.0
2727
with:
2828
python-version: '3.x'
2929
- name: Install dependencies

0 commit comments

Comments
 (0)