Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-03-03 15:58:49 +0300
committerGitHub <noreply@github.com>2022-03-03 15:58:49 +0300
commit63b0a98c92aa6f9a5464c9f4af4cbddf747d51e8 (patch)
tree47413c90b7418af17f909d8175c387efe1470ff4 /.github
parenteea69afcdec8d8e115ce894d29ec720375e07ee6 (diff)
chore(deps): update actions/stale action to v5 (#2271)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 119306f..60c891c 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- - uses: actions/stale@v4
+ - uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?'