From 5fcb28914d3e370ec395c0d4e61caea640324ed5 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 9 Feb 2024 18:02:57 -0800 Subject: [PATCH] ci: upgrade to actions/checkout@v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79c1f3b..047771f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache the registry uses: actions/cache@v4 @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up nightly Rust uses: dtolnay/rust-toolchain@nightly