From e18100a06fc1c879b4b2fe0378e0730c8061f84b Mon Sep 17 00:00:00 2001 From: Chase Eller Date: Sun, 22 Mar 2026 17:57:54 -0400 Subject: [PATCH] Update ciNew.yaml --- .github/workflows/ciNew.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ciNew.yaml b/.github/workflows/ciNew.yaml index cccb9f0..5e347a4 100644 --- a/.github/workflows/ciNew.yaml +++ b/.github/workflows/ciNew.yaml @@ -12,7 +12,7 @@ jobs: steps: # 1. Checkout the repository - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v3.5.3 # 2. Set up Node.js - name: Setup Node.js