From 3ccae9e366aff0d062200649699579b3665f3b3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 10:18:12 -0800 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.7.0 (#2468) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com> --- .github/workflows/partial-frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/partial-frontend.yml b/.github/workflows/partial-frontend.yml index 89acf0380b79..5a52344b453e 100644 --- a/.github/workflows/partial-frontend.yml +++ b/.github/workflows/partial-frontend.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v3.7.0 with: node-version: 16 check-latest: true @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v3.7.0 with: node-version: 16 check-latest: true