Skip to content

Commit 4605d02

Browse files
ci(tools): update actions/stale action to v10.1.1 (#148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81674ca commit 4605d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
label-issues:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
16+
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
1717
name: Setting issue as idle
1818
with:
1919
repo-token: '${{ secrets.GITHUB_TOKEN }}'
@@ -24,7 +24,7 @@ jobs:
2424
operations-per-run: 100
2525
exempt-issue-labels: backlog
2626

27-
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
27+
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
2828
name: Setting PR as idle
2929
with:
3030
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)