From e8d2c281868c3325e24370dd4d7b83d2616c2a15 Mon Sep 17 00:00:00 2001 From: Mats391 Date: Fri, 22 Mar 2024 17:18:11 +0100 Subject: [PATCH] Updated workflow --- .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 5a85314b..300f6f28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Runs the validator executable, if everything is OK the OR statment # does not evaluate the right expression, otherwise it does and the build has an error