chore(deps): bump actions/create-github-app-token from 1 to 3 #332
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: housekeeping | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| schedule: | |
| - cron: "0 7 * * 1" | |
| workflow_dispatch: # weekly drift check: dead links, stale PRs, settings flips | |
| jobs: | |
| housekeeping: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 20 | |
| steps: | |
| - uses: actions/checkout@v7 | |
| - uses: zmaril/housekeeping@v0.21.0 # pin the full version, not the moving @v1 |