diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-09 21:59:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-09 21:59:03 +0200 |
| commit | 03e06b239b210e4acee2bf67ecace6af9d1d596e (patch) | |
| tree | dbefeb0174298cc0bd634b1069f09950a9102938 | |
| parent | c304ea6db3cffdcbc5023786861518e602e570d4 (diff) | |
| download | invidious-03e06b239b210e4acee2bf67ecace6af9d1d596e.tar.gz invidious-03e06b239b210e4acee2bf67ecace6af9d1d596e.tar.bz2 invidious-03e06b239b210e4acee2bf67ecace6af9d1d596e.zip | |
Bump actions/stale from 8 to 9 (#5291)
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v8...v9)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 498a2c1b..65340d14 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,7 +10,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 730 |
