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 8659302 commit 8cae45eCopy full SHA for 8cae45e
1 file changed
.github/workflows/stale-actions.yaml
@@ -13,7 +13,7 @@ jobs:
13
pull-requests: write # for actions/stale to close stale PRs
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
+ - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
17
with:
18
repo-token: ${{ secrets.GITHUB_TOKEN }}
19
# Staling issues and PR's
0 commit comments