From 83d7af7a42bb8efa5793322814e0aaf704b2de50 Mon Sep 17 00:00:00 2001 From: Lubov66 Date: Thu, 9 Apr 2026 11:53:11 +0300 Subject: [PATCH] chore: bump actions/checkout to v6 --- .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 b3284fb..82c06d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Build run: cargo build --verbose - name: Test - run: cargo test --verbose \ No newline at end of file + run: cargo test --verbose