From 11a99f225e90d1f4708cfcf892a598725b9e7126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 08:07:11 +0000 Subject: [PATCH] build(deps): bump actions/stale from 4.0.0 to 4.1.0 Bumps [actions/stale](https://github.com/actions/stale) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/stale-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-check.yml b/.github/workflows/stale-check.yml index 5709b313a99..8aa6e41bae8 100644 --- a/.github/workflows/stale-check.yml +++ b/.github/workflows/stale-check.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - name: Process Stale Issues - uses: actions/stale@v4.0.0 + uses: actions/stale@v4.1.0 with: stale-issue-label: status/stale stale-pr-label: status/stale