From a618725465d29c1e530754ac1a3764c304ed3822 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Sep 2025 07:02:59 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6eccbcf..33c4479 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} - name: npm install