From 857facff5cb7a998974f1b9ac5c48f9440c33276 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Wed, 15 Oct 2025 15:36:09 +0000 Subject: [PATCH] . --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b1ad24..974e9a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -299,15 +299,18 @@ jobs: test-output: runs-on: ubuntu-latest steps: - # Clone this repo + # Download the action at the current ref - name: Checkout uses: actions/checkout@v4.1.6 + with: + path: actions-checkout # Basic checkout using git - name: Checkout basic id: checkout - uses: ./ + uses: ./actions-checkout with: + path: cloned-using-local-action ref: test-data/v2/basic # Verify output