From 7671e56c3fab6c7574035c1dbf2858e025881260 Mon Sep 17 00:00:00 2001 From: Lucid Date: Wed, 3 Dec 2025 22:11:04 -0500 Subject: [PATCH] Fix actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf22ffe..f3a404f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,8 +20,6 @@ jobs: node-version: [18.x, 20.x, 22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v4 - - name: "Base requirements" run: | # packages @@ -30,6 +28,8 @@ jobs: ansible-galaxy collection install community.general --force ansible-galaxy collection install ansible.posix --force + - uses: actions/checkout@v4 + # Corepack - name: Install Corepack run: npm install -g corepack