From 5520d5ba3e41ae7e8e5840c78ca8fae058649a58 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Mon, 12 Jan 2026 15:06:22 -0500 Subject: [PATCH] fix checkout command --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e3f815..346ca04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: contents: write steps: - - uses: actions/checkout + - uses: actions/checkout@v1 - name: Checkout submodules run: git submodule update --init --recursive - name: Update apt @@ -66,7 +66,6 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout - name: get spec file run: curl -o ~/fedora.spec https://raw.githubusercontent.com/Spacefreak18/monocoque/refs/heads/master/tools/distro/fedora/rpm/fedora.spec