From c7f4362c5687fef9998b24c6233e988a64716f6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:25:10 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/build-adr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-adr.yml b/.github/workflows/build-adr.yml index f23a3d03e6..6e6fdcc71e 100644 --- a/.github/workflows/build-adr.yml +++ b/.github/workflows/build-adr.yml @@ -15,7 +15,7 @@ jobs: # required by Log4brains to work correctly (needs the whole Git history) fetch-depth: 0 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "14" - name: Install Log4brains And Build ADRs