From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Oct 2020 17:53:01 +0000 (+0200) Subject: Bump actions/stale from v3.0.11 to v3.0.12 (#29) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=aed6b516cc7250717b224f60348dacd706cc372f;p=music-assistant-server.git Bump actions/stale from v3.0.11 to v3.0.12 (#29) Bumps [actions/stale](https://github.com/actions/stale) from v3.0.11 to v3.0.12. - [Release notes](https://github.com/actions/stale/releases) - [Commits](https://github.com/actions/stale/compare/v3.0.11...44f9eae0adddf72dbf3eedfacc999f70afcec1a8) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e2e151df..14944ccd 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@v3.0.11 + - uses: actions/stale@v3.0.12 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'Stale issue message'