Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/stale from 184e7afe930f6b5c7ce52c4b3f087692c6e912f3 to 796531a7b39835671cd9f436d7205b1556bbcff6 #13

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@184e7afe930f6b5c7ce52c4b3f087692c6e912f3 # (latest, untagged)
- uses: actions/stale@796531a7b39835671cd9f436d7205b1556bbcff6 # (latest, untagged)
with:
operations-per-run: 200
ascending: true
Expand Down