Browse Source

stale.yml: bump actions/stale version to v8 (#10014)

K.B.Dharun Krishna 1 year ago
parent
commit
d669a72bc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/stale.yml

+ 1 - 1
.github/workflows/stale.yml

@@ -16,7 +16,7 @@ jobs:
     steps:
 
     - name: Stale Bot
-      uses: actions/stale@v6
+      uses: actions/stale@v8
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}