From c15990e9e3414bb0ff1a4557c24eae1db79e295e Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Wed, 24 Jan 2024 17:29:11 +0000 Subject: [PATCH] ci: update to checkout v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b1e348..65170bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build run: cargo build --release --verbose - name: Run tests