mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-08 21:28:33 +00:00
Update GitHub Actions actions/checkout@v2 to v3
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.
This commit is contained in:
parent
a37d3ab0e1
commit
b26c86b51a
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Run build
|
# Run build
|
||||||
- name: install rustup
|
- name: install rustup
|
||||||
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Run build
|
# Run build
|
||||||
- name: install rustup
|
- name: install rustup
|
||||||
|
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Run build
|
# Run build
|
||||||
- name: install rustup
|
- name: install rustup
|
||||||
|
2
.github/workflows/rustdoc_check.yml
vendored
2
.github/workflows/rustdoc_check.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
name: rustdoc check
|
name: rustdoc check
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: install rustup
|
- name: install rustup
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/upload-assets.yml
vendored
2
.github/workflows/upload-assets.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# Run build
|
# Run build
|
||||||
- name: install rustup
|
- name: install rustup
|
||||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: disable git eol translation
|
- name: disable git eol translation
|
||||||
run: git config --global core.autocrlf false
|
run: git config --global core.autocrlf false
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Run build
|
# Run build
|
||||||
- name: Install Rustup using win.rustup.rs
|
- name: Install Rustup using win.rustup.rs
|
||||||
|
Loading…
Reference in New Issue
Block a user