]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
.github/workflows: pin the stale bot to the latest version
authorLaura Flores <lflores@redhat.com>
Tue, 1 Aug 2023 20:03:00 +0000 (15:03 -0500)
committerLaura Flores <lflores@redhat.com>
Tue, 1 Aug 2023 20:03:30 +0000 (15:03 -0500)
Signed-off-by: Laura Flores <lflores@redhat.com>
.github/workflows/stale.yml

index 2de5de3f17735bf174c3a58747e573f51494c602..31478e8e8f65610707a06d27a195aca41a857ac1 100644 (file)
@@ -9,7 +9,7 @@ jobs:
   stale:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/stale@v5
+      - uses: actions/stale@v8
         with:
           # PAT for GitHub API authentication
           repo-token: "${{ secrets.GITHUB_TOKEN }}"