From c3b9e5926361f0b3dcb79ddbd4ae80ae90c8f33b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 00:16:48 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/builder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index 7ef3986..b8ff657 100644 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 # need to checkout "all commits" for certain features to work (e.g., get all changed files) - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '21'