diff --git a/.gitea/workflows/run-tests.yaml b/.gitea/workflows/run-tests.yaml index db2fb14..535c1c7 100644 --- a/.gitea/workflows/run-tests.yaml +++ b/.gitea/workflows/run-tests.yaml @@ -7,6 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4 - - uses: jiro4989/setup-nim-action@v2 - - run: nimble test \ No newline at end of file + uses: actions/checkout@v5 + - name: Setup nim + uses: jiro4989/setup-nim-action@v2 + - name: Run tests + run: nimble test \ No newline at end of file