Compare commits

...

3 commits
main ... v1

Author SHA1 Message Date
Peter Evans
a9ee7487c9 Update v1 dependencies 2020-02-20 10:01:59 +09:00
Peter Evans
305373e8f3 Follow the python minor version 2020-01-17 17:56:13 +09:00
Peter Evans
04bf3d439a Update Python to version 3.8.1 2020-01-17 16:03:01 +09:00
5 changed files with 10 additions and 6 deletions

4
.gitignore vendored
View file

@ -1,2 +1,6 @@
__pycache__
.python-version
node_modules
.DS_Store

2
dist/index.js vendored
View file

@ -965,7 +965,7 @@ async function run() {
core.debug(`src: ${src}`);
// Setup Python from the tool cache
setupPython("3.8.0", "x64");
setupPython("3.8.x", "x64");
// Install requirements
await exec.exec("pip", [

View file

@ -1,2 +1,2 @@
GitPython==3.0.5
PyGithub==1.44.1
GitPython==3.0.8
PyGithub==1.46

View file

@ -10,7 +10,7 @@ async function run() {
core.debug(`src: ${src}`);
// Setup Python from the tool cache
setupPython("3.8.0", "x64");
setupPython("3.8.x", "x64");
// Install requirements
await exec.exec("pip", [

View file

@ -1,2 +1,2 @@
GitPython==3.0.5
PyGithub==1.44.1
GitPython==3.0.8
PyGithub==1.46