From 7345b17a1cc79e6ac336cec7ae3b02a53eba54b7 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 3 Mar 2025 21:41:04 -0600 Subject: [PATCH] bump actions/checkout to 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 1e0928f..b1fdc80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - beta - nightly steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: cargo build --verbose - run: cargo test --verbose