diff options
author | Laura Flores <lflores@redhat.com> | 2023-08-01 22:03:00 +0200 |
---|---|---|
committer | Laura Flores <lflores@redhat.com> | 2023-08-01 22:03:30 +0200 |
commit | f32988e0c35feacfb6a59a3b268fa9737bdc1d98 (patch) | |
tree | acfcfae04d43c2ddd452f7afff8431564a4fe3c1 | |
parent | Merge PR #52675 into main (diff) | |
download | ceph-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.yml | 2 |
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 }}" |