Skip to content

Commit 0d3e302

Browse files
author
MichalO
committed
workflow update upon release fail: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4.
1 parent a0b225f commit 0d3e302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Python
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.x'
1818
- name: Install dependencies

0 commit comments

Comments
 (0)