From fb674eefac5f38a65c4ab29b018541cd39ec2fd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 16:47:39 +0800 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#3) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/first-time-setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/first-time-setup.yml b/.github/workflows/first-time-setup.yml index 9b4bd6b..acdad0f 100644 --- a/.github/workflows/first-time-setup.yml +++ b/.github/workflows/first-time-setup.yml @@ -20,7 +20,7 @@ jobs: steps: # get main branch repo contents - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # remove files not needed for user instance of template - name: Remove unneeded files