Skip to content

Commit d3d9b56

Browse files
authored
Merge pull request #753 from meeseeksmachine/auto-backport-of-pr-752-on-0.11.x
Backport PR #752 on branch 0.11.x (Update python action in CD)
2 parents 184648f + 3f3a0ef commit d3d9b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
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)