]> 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:40 +0000 (09:59 -0700)
committerGitHub <noreply@github.com>
Wed, 20 May 2020 16:59:40 +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 e9ecf547275627c53611526d1e59c86300af6afa..769b3d012e94071274a102881c72b84f9bb61e69 100644 (file)
@@ -21,7 +21,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
 
@@ -29,6 +29,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 e58ad4a1dfd4884139601fb396629bf525574c4a..b5668f85dd7abc958fa19584277b49338c8ec95f 100644 (file)
@@ -25,7 +25,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'
@@ -73,7 +73,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 c8d395cea5156c23964016ad5a81807b1be50038..e7d99583e69091dbf4905096f63d97a89e10810a 100644 (file)
@@ -22,7 +22,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'