Skip to content

Commit 1fecf2b

Browse files
committed
Auto merge of #4609 - rust-lang:renovate/actions-checkout-3.x, r=Turbo87
Update actions/checkout action to v3 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | --- ### Release Notes <details> <summary>actions/checkout</summary> ### [`v3`](https://togithub.com/actions/checkout/compare/v2...v3) [Compare Source](https://togithub.com/actions/checkout/compare/v2...v3) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 93b6c69 + 5211576 commit 1fecf2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
PERCY_PROJECT: crates-io/crates.io
2727

2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3.0.0
3030
- uses: volta-cli/action@v1
3131

3232
- name: Install node modules
@@ -54,7 +54,7 @@ jobs:
5454
RUSTFLAGS: "-D warnings"
5555

5656
steps:
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v3.0.0
5858

5959
- run: rustup default ${{ env.RUST_VERSION }}
6060
- run: rustup component add rustfmt
@@ -98,7 +98,7 @@ jobs:
9898
- 5432:5432
9999

100100
steps:
101-
- uses: actions/checkout@v2
101+
- uses: actions/checkout@v3.0.0
102102

103103
- name: Install ${{ env.RUST_VERSION }} Rust
104104
if: matrix.rust == 'stable'

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- 5432:5432
3939

4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3.0.0
4242

4343
# Set up Rust
4444
- run: rustup default ${{ env.RUST_VERSION }}

0 commit comments

Comments
 (0)