From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 11:08:37 +0000 (+0100) Subject: Bump actions/stale from v3.0.14 to v3.0.16 (#72) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=23be9f85139011313b79d65d3449a248242a89d7;p=music-assistant-server.git Bump actions/stale from v3.0.14 to v3.0.16 (#72) Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.16. - [Release notes](https://github.com/actions/stale/releases) - [Commits](https://github.com/actions/stale/compare/v3.0.14...9d6f46564a515a9ea11e7762ab3957ee58ca50da) 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 264d974f..ac90ec66 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.14 + - uses: actions/stale@v3.0.16 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'Stale issue message'