summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Flores <lflores@redhat.com>2023-08-01 22:03:00 +0200
committerLaura Flores <lflores@redhat.com>2023-08-01 22:03:30 +0200
commitf32988e0c35feacfb6a59a3b268fa9737bdc1d98 (patch)
treeacfcfae04d43c2ddd452f7afff8431564a4fe3c1
parentMerge PR #52675 into main (diff)
downloadceph-f32988e0c35feacfb6a59a3b268fa9737bdc1d98.tar.xz
ceph-f32988e0c35feacfb6a59a3b268fa9737bdc1d98.zip
.github/workflows: pin the stale bot to the latest version
Signed-off-by: Laura Flores <lflores@redhat.com>
-rw-r--r--.github/workflows/stale.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 2de5de3f177..31478e8e8f6 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -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 }}"