Skip to content

Commit b49df25

Browse files
build(deps): bump actions/stale from 9.1.0 to 11.0.0 (#4827)
Bumps [actions/stale](https://github.com/actions/stale) from 9.1.0 to 11.0.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@5bef64f...4391f3d) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a08a6e9 commit b49df25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/no-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
noResponse:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
16+
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919
only-issue-labels: 'more-info-needed'

.github/workflows/stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
stale:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
13+
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0
1414
with:
1515
stale-issue-label: 'stale, triage' # The label that will be added to the issues when automatically marked as stale
1616
start-date: '2025-01-01T00:00:00Z' # Skip stale action for issues created before it

0 commit comments

Comments
 (0)