diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-23 09:52:21 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 09:52:21 +1000 |
commit | 3b7aeddc4dea42f9c7850b2a39661349d0b1352e (patch) | |
tree | c20ee384d834d19108e3af84e2a1a6fec4b5aef5 /.github | |
parent | ea80141f6920c115bcf7993eb3173737a580e6d6 (diff) | |
download | qmk_firmware-3b7aeddc4dea42f9c7850b2a39661349d0b1352e.tar.gz qmk_firmware-3b7aeddc4dea42f9c7850b2a39661349d0b1352e.zip |
Bump actions/stale from 5 to 6 (#18456)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 b15f301865..297af8e19c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v5 + - uses: actions/stale@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} |