From afcbd9c4fc3cf95310e1a117ba2aaa7b30f455ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:30:19 +0100 Subject: [PATCH] Update actions/setup-node action to v4 (#23) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 82b0a80..fe7d90e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: name: Build & publish docker image steps: - name: Install NodeJS - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '20.11' - name: Check out the repo