From 934966fd7087cadd186751dd7d0d8c6c9d28d81d Mon Sep 17 00:00:00 2001 From: Chip Collier Date: Sat, 8 Jun 2024 10:48:11 +0200 Subject: [PATCH] Update main.yml Using the current/correct version of the action checkout. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 52bbc48..ed0d3df 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest name: Ziege - ${{ matrix.target }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Zig uses: korandoru/setup-zig@v1 with: