File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : Renato66/auto-label@v2
12+ - uses : Renato66/auto-label@v3
1313 with :
1414 repo-token : ${{ secrets.GITHUB_TOKEN }}
1515 ignore-comments : true
Original file line number Diff line number Diff line change 1010 stale :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/stale@v3
13+ - uses : actions/stale@v10
1414 with :
1515 repo-token : ${{ secrets.GITHUB_TOKEN }}
1616 days-before-stale : 12
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ install.packages("SuperpixelImageSegmentation")
3535```
3636<br >
3737
38- ** or** by using the * install_github * function of the devtools package,
38+ ** or** download the latest version from Github using the * pak * package,
3939<br ><br >
4040
4141``` R
4242
43- remotes :: install_github (' mlampros/SuperpixelImageSegmentation' )
43+ pak :: pak (' mlampros/SuperpixelImageSegmentation' )
4444
4545
4646```
You can’t perform that action at this time.
0 commit comments