diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94b9dd6fe5..0904afc820 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: os: windows-latest host_target: i686-pc-windows-msvc steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # We install gnu-tar because BSD tar is buggy on macOS builders of GHA. # See . @@ -97,7 +97,7 @@ jobs: name: check formatting (ignored by bors) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install latest nightly uses: actions-rs/toolchain@v1 with: diff --git a/README.md b/README.md index ca14f02d86..6d5ee30e49 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Here is an example job for GitHub Actions: name: "Miri" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Miri run: | rustup toolchain install nightly --component miri