Skip to content

Commit a342f1d

Browse files
committed
updated the .github .yml files to fix dependabot issues
1 parent ddab445 commit a342f1d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/stale-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)