ci: bump actions/checkout to v4
This commit is contained in:
parent
59cb24dc76
commit
1185eb081a
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
name: Build the sysroots
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build the sysroots
|
||||
run: |
|
||||
cargo install -f rustup-toolchain-install-master
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ Here is an example job for GitHub Actions:
|
|||
name: "Miri"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Miri
|
||||
run: |
|
||||
rustup toolchain install nightly --component miri
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue