From 29b1bfea952e47406822aa6a5f4c71ef8504b427 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 1 Sep 2026 17:43:28 -0400 Subject: [PATCH] update workflow action versions --- .github/workflows/CI.yml | 6 ++---- .github/workflows/contrib.yml | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) 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