From 200479a1a3c1af2d3d4e957632c57daba03af807 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Oct 2025 14:44:29 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 (#282) Reviewed-on: https://gitea.com/gitea/docs/pulls/282 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/build-and-publish.yaml | 2 +- .gitea/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 23b7dab6..f798387a 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v5 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 20 cache: npm diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index fee38f68..6796779b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 20 cache: npm