aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2020-05-20 19:38:41 +0300
committerGitHub <noreply@github.com>2020-05-20 09:38:41 -0700
commit7fbe65dbc42985d002d9538fe9a9887e6e6af66c (patch)
treefdda26daebe936aa6a06d85b401e389a0586a566 /.github
parentbpo-40698: Improve distutils upload hash digests (GH-20260) (diff)
downloadcpython-7fbe65dbc42985d002d9538fe9a9887e6e6af66c.tar.gz
cpython-7fbe65dbc42985d002d9538fe9a9887e6e6af66c.tar.bz2
cpython-7fbe65dbc42985d002d9538fe9a9887e6e6af66c.zip
Use v2 of GitHub Actions where available (GH-20232)
Automerge-Triggered-By: @Mariatta
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_msi.yml4
-rw-r--r--.github/workflows/coverage.yml4
-rw-r--r--.github/workflows/doc.yml2
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml
index fb58e417cdd..182eb7ce571 100644
--- a/.github/workflows/build_msi.yml
+++ b/.github/workflows/build_msi.yml
@@ -23,7 +23,7 @@ jobs:
name: 'Windows (x86) Installer'
runs-on: windows-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: Build CPython installer
run: .\Tools\msi\build.bat -x86
@@ -31,6 +31,6 @@ jobs:
name: 'Windows (x64) Installer'
runs-on: windows-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: Build CPython installer
run: .\Tools\msi\build.bat -x64
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 6fc15d3bffd..4f46cbf1100 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -27,7 +27,7 @@ jobs:
env:
OPENSSL_VER: 1.1.1f
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: Install Dependencies
run: sudo ./.github/workflows/posix-deps-apt.sh
- name: 'Restore OpenSSL build'
@@ -76,7 +76,7 @@ jobs:
name: 'Ubuntu (C Coverage)'
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: Install Dependencies
run: sudo ./.github/workflows/posix-deps-apt.sh
- name: Configure CPython
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 44107853ee7..d481ea279d7 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -24,7 +24,7 @@ jobs:
name: 'Docs'
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: 'Install Dependencies'
run: sudo ./.github/workflows/posix-deps-apt.sh && sudo apt-get install wamerican
- name: 'Configure CPython'