Skip to content

Commit de49f1e

Browse files
authored
Update python action in CD
1 parent 6447390 commit de49f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '12.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- name: Install Python
19-
uses: actions/setup-python@v1
19+
uses: actions/setup-python@v2
2020
with:
2121
python-version: '3.x'
2222
- name: Install dependencies

0 commit comments

Comments
 (0)