From f59627fabd631a717f182de3e22da79b7cedfc4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:51:45 +0000 Subject: [PATCH] Update actions/setup-node action to v4 --- .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 2d5d51e..9e42723 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,7 +16,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