Skip to content

Commit 7bec2f3

Browse files
chore(deps): bump actions/stale from 10.0.0 to 10.1.0 (#361)
Bumps [actions/stale](https://github.com/actions/stale) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v10.0.0...v10.1.0) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ee1f64 commit 7bec2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template_stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Stale old PRs
39-
uses: actions/stale@v10.0.0
39+
uses: actions/stale@v10.1.0
4040
with:
4141
close-pr-message: ${{ inputs.close-pr-message }}
4242
days-before-pr-stale: ${{ inputs.days-before-pr-stale }}

0 commit comments

Comments
 (0)