diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 17cd33f..fa0d7a9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -35,14 +35,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v7 - name: Install Rust (${{ matrix.rust }}) - uses: actions-rs/toolchain@v1 + uses: dtolnay/rust-toolchain@stable with: - profile: minimal toolchain: ${{ matrix.rust }} - override: true - name: Test run: ./.github/workflows/check_guides.sh diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index dca1eb0..2e540fa 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -15,12 +15,12 @@ jobs: steps: - name: Checkout website - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: persist-credentials: false - name: Checkout hyper - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: persist-credentials: false repository: hyperium/hyper