From f7e49d8c3411aea6754b87f7875baef4bf031ac0 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Wed, 26 Apr 2023 11:05:21 +0200 Subject: [PATCH] back to checkout@v2 --- .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 57e8225..3b8d3ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: 60 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Setup Zig uses: goto-bus-stop/setup-zig@v2