From 3e88188f713173a4115d882282dcf92601619cdb Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 15 Mar 2026 16:51:51 +0100 Subject: [PATCH] ci(rust): adding the actions --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 426de7f..6525631 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,7 @@ jobs: image: rust:latest steps: - - uses: https://github.com/actions/checkout@v4 + - uses: actions/checkout@v4 - name: Install sqlx-cli run: cargo install sqlx-cli --no-default-features --features postgres - name: Prepare