From 4ccf1e9e6e6ee62bef32e6fd0ecd609eb01afe62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:27:31 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 59ed028..ffe795a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -14,7 +14,7 @@ jobs: version: fce42fc7fa22f9a8061ef8700e2d17a6082f782e # latest commit on dev at the time of writing - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 - name: Install dependencies run: yarn install