Skip to content

Commit

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

Bump actions/stale from 8.0.0 to 9.0.0
  • Loading branch information
yubiuser committed Dec 9, 2023
2 parents 7d8a7a1 + 8fc242c commit d1ca7ff
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
Expand Up @@ -13,7 +13,7 @@ jobs:
issues: write

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

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

0 comments on commit d1ca7ff

Please sign in to comment.