We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ae617 commit 62bdc15Copy full SHA for 62bdc15
.github/workflows/stale.yaml
@@ -11,7 +11,7 @@ jobs:
11
stale:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/stale@v3
+ - uses: actions/stale@v6
15
with:
16
repo-token: ${{ secrets.GITHUB_TOKEN }}
17
stale-issue-label: 'no-issue-activity'
ChangeLog
@@ -1,3 +1,7 @@
1
+2022-12-26 Dirk Eddelbuettel <[email protected]>
2
+
3
+ * .github/workflows/stale.yaml (jobs): Update actions/stale@v6
4
5
2022-11-14 Dirk Eddelbuettel <[email protected]>
6
7
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
0 commit comments