From e68bac13b9dc88611e172b08786919b1da785593 Mon Sep 17 00:00:00 2001 From: Shane Date: Mon, 22 Jan 2024 08:15:51 -0800 Subject: [PATCH] Update add-new-template --- .github/workflows/add-new-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-new-template b/.github/workflows/add-new-template index 01987966..3137d129 100644 --- a/.github/workflows/add-new-template +++ b/.github/workflows/add-new-template @@ -84,7 +84,7 @@ jobs: # Checkout the main branch - name: Checkout main branch - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: 'main'