From 0c5d104b2e23576b06612b00a8074321e8c07403 Mon Sep 17 00:00:00 2001 From: Ferdinand Prantl Date: Mon, 7 Aug 2023 23:17:03 +0200 Subject: [PATCH] chore: Swap V setup and fetching sources --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d3dd41..f91863b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,9 @@ jobs: test: runs-on: ubuntu-latest steps: - - name: Setup V - uses: prantlf/setup-v-action@v1 - name: Checkout Sources uses: actions/checkout@v3 + - name: Setup V + uses: prantlf/setup-v-action@v1 - name: Test run: make