Skip to content

Commit

Permalink
Update stale action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 26, 2022
1 parent 97ae617 commit 62bdc15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-label: 'no-issue-activity'
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2022-12-26 Dirk Eddelbuettel <edd@debian.org>

* .github/workflows/stale.yaml (jobs): Update actions/stale@v6

2022-11-14 Dirk Eddelbuettel <edd@debian.org>

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

0 comments on commit 62bdc15

Please sign in to comment.