From 6129a7c863f8e03b45619e4c99067f5cbcb44548 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Sat, 8 Feb 2025 20:14:45 +0500 Subject: [PATCH] Update actions/checkout Signed-off-by: alexey semenyuk --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2476441..6b167ff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build run: cargo build --verbose - name: Run unit tests