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'