File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 package-name : nodebb-plugin-category-queue
1818 release-as : 2.0.0
1919 # The logic below handles the npm publication:
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 # these if statements ensure that a publication only occurs when
2222 # a new release is created:
2323 if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ jobs:
5858 # Maps port 27017 on service container to the host
5959 - 27017:27017
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v6
6262 with :
6363 repository : NodeBB/NodeBB
6464 ref : ${{ matrix.nodebb }}
6565 path : nodebb
66- - uses : actions/checkout@v4
66+ - uses : actions/checkout@v6
6767 with :
6868 path : tested-plugin
6969 - name : Prepare NodeBB package.json
You can’t perform that action at this time.
0 commit comments