Skip to content

Commit ab48671

Browse files
authored
Merge pull request ceph#52736 from ljflores/wip-update-stale
.github/workflows: pin the stale bot to the latest version
2 parents 0444571 + f32988e commit ab48671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
stale:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/stale@v5
12+
- uses: actions/stale@v8
1313
with:
1414
# PAT for GitHub API authentication
1515
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)