From 4eb328e54ed8ac39cd44fda8c55bd485d281f33c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:25:42 +0530 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 (#242) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/node.js-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js-lint.yml b/.github/workflows/node.js-lint.yml index 5bfbbc8..6fdf718 100644 --- a/.github/workflows/node.js-lint.yml +++ b/.github/workflows/node.js-lint.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm'