Skip to content

Commit 8fdbc3e

Browse files
committed
ci(deps): bump actions/[email protected] to v10.0.0
1 parent a7d0195 commit 8fdbc3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929

3030
- name: Stale Issues/PRs
31-
uses: actions/stale@v9
31+
uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
3232
with:
3333
# default: 30, GitHub Actions API Rate limit is 1000/hr
3434
operations-per-run: ${{ env.OPERATIONS_RATE_LIMIT }}
@@ -67,7 +67,7 @@ jobs:
6767
# that point the submitter has 14 days before a reminder/warning is given. If
6868
# no response has been received within 3 weeks, the issue is closed. There are
6969
# no exemptions besides removing the awaiting-reply label.
70-
uses: actions/stale@v9
70+
uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
7171
with:
7272
# GitHub Actions API Rate limit is 1000/hr
7373
operations-per-run: ${{ env.OPERATIONS_RATE_LIMIT }}
@@ -97,7 +97,7 @@ jobs:
9797
# forgotten completely, this job will post a reminder message to the maintainers
9898
# No closures will occur and there are no exemptions besides removing the confirmed
9999
# label.
100-
uses: actions/stale@v9
100+
uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
101101
with:
102102
# GitHub Actions API Rate limit is 1000/hr
103103
operations-per-run: ${{ env.OPERATIONS_RATE_LIMIT }}

0 commit comments

Comments
 (0)