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