From f79f2567fb7e6ccd74239c9014757a87173315b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:30:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .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..4e7235f 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@v7 # 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..2108391 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@v7 with: repository: NodeBB/NodeBB ref: ${{ matrix.nodebb }} path: nodebb - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: path: tested-plugin - name: Prepare NodeBB package.json