From ec6bc5cf6390bba9b64b42868f82bf0c4e0199b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:58:59 +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 b4474eb..359cf91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: package-name: nodebb-plugin-category-queue release-as: 2.0.0 # 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 b1e2a61..048448c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,12 +58,12 @@ jobs: # Maps port 27017 on service container to the host - 27017:27017 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