From fe04fd6fb4c0991b64883af68644d1405622b137 Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 18 Mar 2024 15:47:50 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df3294b..3b0c57a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build app run: cargo build --verbose - name: Run tests