commit | 0d29c3b6975f21109c9ba74c39a7d3c44835d217 | [log] [tgz] |
---|---|---|
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | Thu Sep 04 05:45:30 2025 +0000 |
committer | GitHub <noreply@github.com> | Thu Sep 04 05:45:30 2025 +0000 |
tree | ee84fb0c2b5bf08374451bf97bc25dc9e21f6331 | |
parent | ea480540c5a2bc1547760ec4173d293e3459f04e [diff] |
Update actions/stale action to v10
diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 0e0456e..920d8d4 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml
@@ -8,7 +8,7 @@ mark: runs-on: ubuntu-latest steps: - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 + - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10 with: repo-token: ${{ secrets.GITHUB_TOKEN }} only-labels: 'more-info-needed'