Skip to content

Commit 62bdc15

Browse files
committed
Update stale action to v6
1 parent 97ae617 commit 62bdc15

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@v3
14+
- uses: actions/stale@v6
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+
2022-12-26 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/stale.yaml (jobs): Update actions/stale@v6
4+
15
2022-11-14 Dirk Eddelbuettel <[email protected]>
26

37
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3

0 commit comments

Comments
 (0)