From 990d0758c1e0c529b2befda6445ea352ec7b8a07 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Jul 2026 07:04:12 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .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 925bbff..de0a880 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} - name: npm install