From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2020 10:16:52 +0000 (+0200) Subject: Bump actions/stale from v1 to v3.0.11 (#6) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=52841454399222dd92d1da76ba502b4974b5ae01;p=music-assistant-server.git Bump actions/stale from v1 to v3.0.11 (#6) Bumps [actions/stale](https://github.com/actions/stale) from v1 to v3.0.11. - [Release notes](https://github.com/actions/stale/releases) - [Commits](https://github.com/actions/stale/compare/v1...1849651e2aa1b1d6d2cba4c90c719f4b6c929a28) 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 34045177..e2e151df 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@v1 + - uses: actions/stale@v3.0.11 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'Stale issue message'