Skip to content

Commit

Permalink
Merge pull request #2167 from pi-hole/dependabot-github_actions-devel…
Browse files Browse the repository at this point in the history
…opment-github_action-dependencies-637f40baaf

Bump actions/stale from 9.0.0 to 9.1.0 in the github_action-dependencies group
  • Loading branch information
yubiuser authored Jan 26, 2025
2 parents ead34f5 + a618eef commit 0349fd8
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 0349fd8

Please sign in to comment.