Skip to content

Commit fb6fe47

Browse files
dependabot[bot]ci-robot
authored andcommitted
Bump actions/stale from 9 to 10 (openshift#450)
Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v9...v10) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Upstream-repository: api Upstream-commit: ee2250bf0d6fa0465b25395927f38ecd4a8d97e1
1 parent 0e7642b commit fb6fe47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/api/.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
issues: write # allow labeling, commenting, closing issues
3434
pull-requests: write # allow labeling, commenting, closing PRs
3535
steps:
36-
- uses: actions/stale@v9
36+
- uses: actions/stale@v10
3737
with:
3838
repo-token: ${{ secrets.GITHUB_TOKEN }}
3939
days-before-stale: 90

0 commit comments

Comments
 (0)