Skip to content

Commit 72c1a63

Browse files
committed
Roll 'stale' action to v8
1 parent 1cefead commit 72c1a63

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
stale:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/stale@v6
14+
- uses: actions/stale@v8
1515
with:
1616
repo-token: ${{ secrets.GITHUB_TOKEN }}
1717
stale-issue-label: 'no-issue-activity'

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-03-27 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/stale.yaml: Roll to v8
4+
15
2023-03-27 Iñaki Ucar <[email protected]>
26

37
* R/Attributes.R: Remove command quoting, not needed anymore for system2()

0 commit comments

Comments
 (0)