]> git.lizzy.rs Git - rust.git/commitdiff
Update GitHub Actions actions/checkout@v2 to v3
authorDavid Tolnay <dtolnay@gmail.com>
Sat, 30 Apr 2022 21:07:43 +0000 (14:07 -0700)
committerYacin Tmimi <yacintmimi@gmail.com>
Sat, 30 Apr 2022 22:55:10 +0000 (18:55 -0400)
The v2 implementation uses Node 12, which is end-of-life on April 30, 2022.
See https://nodejs.org/en/about/releases/. Update to v3, which is based on
Node 16 whose support lasts until April 30, 2024.

.github/workflows/integration.yml
.github/workflows/linux.yml
.github/workflows/mac.yml
.github/workflows/rustdoc_check.yml
.github/workflows/upload-assets.yml
.github/workflows/windows.yml

index b79221d0543694426f2a460b6f60575c81acb6a7..4d8899b434bbe8c03abd5bd09cb576f7af460a07 100644 (file)
@@ -69,7 +69,7 @@ jobs:
 
     steps:
     - name: checkout
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
       # Run build
     - name: install rustup
index 45f63b83c056217722dc91908ed2e89c52f4c559..6a3f9d89d98fc0420eb2683e4ee5bf6325466eb0 100644 (file)
@@ -26,7 +26,7 @@ jobs:
 
     steps:
     - name: checkout
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
       # Run build
     - name: install rustup
index 55e1cc9539b8508db5234f9fde51191b40644c43..7dfda3142ca9deee9543ac954b07b314a931f197 100644 (file)
@@ -23,7 +23,7 @@ jobs:
 
     steps:
     - name: checkout
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
       # Run build
     - name: install rustup
index ca96d30f58639c5029f4d9aed05ee38eb0dbc3fd..cd0c3218971e2edfd8bc99b32f863f92b14c144d 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     name: rustdoc check
     steps:
     - name: checkout
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: install rustup
       run: |
index f4dd394445301c165bc285166a12974c44381931..25699234a1ec357938d2efe2b5164add20758f5d 100644 (file)
@@ -31,7 +31,7 @@ jobs:
             target: x86_64-pc-windows-msvc
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
         # Run build
       - name: install rustup
index dcb08b5412ea6c421c6ac3bf1971f4eb3d291f77..4ebc2963849058f9ef2b859ec4559f8cd9c1b4c7 100644 (file)
@@ -33,7 +33,7 @@ jobs:
     - name: disable git eol translation
       run: git config --global core.autocrlf false
     - name: checkout
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
       # Run build
     - name: Install Rustup using win.rustup.rs