From 8e94f4f44959e88e5449120765865f7150f84c81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:07:03 +0000 Subject: [PATCH] ci(deps): update actions/setup-node action to v7 --- .github/workflows/github-actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 1536585..bdee59b 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Node 💻 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .nvmrc cache: yarn @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Node 💻 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .nvmrc cache: yarn @@ -84,7 +84,7 @@ jobs: persist-credentials: false - name: Setup Node 💻 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .nvmrc cache: yarn