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 1616 release-type : node
1717 package-name : nodebb-plugin-total-vote-count
1818 # The logic below handles the npm publication:
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 # these if statements ensure that a publication only occurs when
2121 # a new release is created:
2222 if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ jobs:
6565 ports :
6666 - 7700:7700
6767 steps :
68- - uses : actions/checkout@v4
68+ - uses : actions/checkout@v6
6969 with :
7070 repository : NodeBB/NodeBB
7171 ref : ${{ matrix.nodebb }}
7272 path : nodebb
73- - uses : actions/checkout@v4
73+ - uses : actions/checkout@v6
7474 with :
7575 path : tested-plugin
7676 - name : Prepare NodeBB package.json
You can’t perform that action at this time.
0 commit comments