From 748e96639a2c2c2b64e28283f4f9aa0e06452b1c Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sun, 13 Apr 2025 19:11:35 -0500 Subject: [PATCH] v4 --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6089e54..ba26e92 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,6 +5,6 @@ jobs: name: Test-Suite runs-on: ubuntu-latest steps: - - uses: actions/checkout@4 + - uses: actions/checkout@v4 - uses: actions-rust-lang/setup-rust-toolchain@v1 - run: cargo test \ No newline at end of file