From 0ed9d5c64037c48a24a688dbdd58bb3a9c37da82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 12:02:17 +0000 Subject: [PATCH] Bump actions/stale from 6 to 7 Bumps [actions/stale](https://github.com/actions/stale) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... 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 3bacca0..c51776b 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@v6 + uses: actions/stale@v7 with: stale-issue-label: status/stale stale-pr-label: status/stale