From 7a6a1287492aeae5392799eab4f1dd01030591ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 15 Jul 2026 00:01:15 +0000 Subject: Update actions/setup-node action to v7 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a021199..3bcf4d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 cache: "npm" @@ -64,7 +64,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 cache: "npm" -- cgit v1.2.3