Skip to content

Commit

Permalink
Merge pull request #1685 from pi-hole/dependabot/github_actions/devel…
Browse files Browse the repository at this point in the history
…opment/actions/stale-9.1.0

Bump actions/stale from 9.0.0 to 9.1.0
  • Loading branch information
PromoFaux authored Jan 25, 2025
2 parents 820be48 + 5404bf0 commit 15ee5f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
issues: write

steps:
- uses: actions/stale@v9.0.0
- uses: actions/stale@v9.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v9.0.0
- uses: actions/stale@v9.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Do not automatically mark PR/issue as stale
Expand Down

0 comments on commit 15ee5f6

Please sign in to comment.