Browse Source

stale.yml: upgrade actions/stale to v6 (#8615)

Oscar Dominguez 2 years ago
parent
commit
f153e318de
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@v5
+      uses: actions/stale@v6
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}