From aee4e771e0f80a763824df25f77d9852073db868 Mon Sep 17 00:00:00 2001
From: Cory Miller <13227161+cory-miller@users.noreply.github.com>
Date: Mon, 20 May 2024 14:21:23 -0400
Subject: [PATCH] .

---
 .github/workflows/test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b651f39..bc7f5f0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -270,7 +270,7 @@ jobs:
 
       # Basic checkout using git
       - name: Checkout basic
-        uses: ./v3
+        uses: ./v4
         with:
           ref: test-data/v2/basic
       - name: Verify basic
@@ -291,7 +291,7 @@ jobs:
           git fetch --no-tags --depth=1 origin +refs/heads/main:refs/remotes/origin/main
 
       # needed to make checkout post cleanup succeed
-      - name: Fix Checkout v3
+      - name: Fix Checkout v4
         uses: actions/checkout@v4
         with:
           path: v4