Skip to content

Commit bdf41d2

Browse files
authored
Merge pull request #752 from jupyterlab/fcollonval-patch-1
Update python action in CD
2 parents 6447390 + de49f1e commit bdf41d2

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)