From a19490eb16549008731ecb595195152e9574e31b Mon Sep 17 00:00:00 2001 From: umeneses Date: Fri, 10 May 2024 12:42:34 -0300 Subject: [PATCH] updating cheout version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ef92d0..dd3d9db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Starting github actions - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.4 - name: Running Makefile Tester run: make test \ No newline at end of file