From ec19fd4827b52a4f767a2b40e58d805ae08cc95c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:37:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 318fd17..3004c28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: release-type: node package-name: nodebb-plugin-total-vote-count # The logic below handles the npm publication: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 # these if statements ensure that a publication only occurs when # a new release is created: if: ${{ steps.release.outputs.release_created }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bca7a3b..71ba957 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,12 +65,12 @@ jobs: ports: - 7700:7700 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: repository: NodeBB/NodeBB ref: ${{ matrix.nodebb }} path: nodebb - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: path: tested-plugin - name: Prepare NodeBB package.json