]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use v2 of GitHub Actions where available (GH-20232)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 May 2020 16:59:25 +0000 (09:59 -0700)
committerGitHub <noreply@github.com>
Wed, 20 May 2020 16:59:25 +0000 (09:59 -0700)
Automerge-Triggered-By: @Mariatta
(cherry picked from commit 7fbe65dbc42985d002d9538fe9a9887e6e6af66c)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
.github/workflows/build_msi.yml
.github/workflows/coverage.yml
.github/workflows/doc.yml

index fb58e417cdd4fdc903df7d67e3efb323a7d3851c..182eb7ce571671b3ff429e679c3be2fffdbc9cf5 100644 (file)
@@ -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
index 6fc15d3bffd5e039dd19f90d3cb5ee68c5aa8db8..4f46cbf1100e9111f3c7e84c9ec561c2b7032bcc 100644 (file)
@@ -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
index 44107853ee7cf27473600dc85daff9452eff8ec6..d481ea279d796fff47f4dfa9d5b5108a9d3d8c8e 100644 (file)
@@ -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'