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>2021-07-15 01:54:06 +0300
committerGitHub <noreply@github.com>2021-07-15 01:54:06 +0300
commit7bdc88289dd1f474f4500f3f3ab12e91871dad03 (patch)
tree45ada58dc82a8376923ff2ca61f930ff88e192b2 /.github
parent6cd52d56d190145446219610308e32cd76b37493 (diff)
chore(deps): update actions/stale action to v4 (#2137)
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 00313e6..72597d8 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- - uses: actions/stale@v3
+ - uses: actions/stale@v4
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?'