From 9df1dc0070175d2e63687d4ef6428fc282c7ccb3 Mon Sep 17 00:00:00 2001 From: Jake Rosenberg Date: Sat, 6 Jan 2024 21:23:46 -0600 Subject: [PATCH] update actions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 563684a37..6f973e834 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,9 +63,9 @@ jobs: React_NX_unit_tests: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Setup Node.js for use with actions uses: actions/setup-node@v3