From 5156f2627571e723476d88fc6b6a26ad898d68df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:20:47 +0000 Subject: [PATCH] chore(deps): bump actions/stale Bumps [actions/stale](https://github.com/actions/stale) from 465330b7e2524a0d9b3430795c7970658106bf5c to 47ab9e7777a63d02560d90177905c411b30fe684. - [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/465330b7e2524a0d9b3430795c7970658106bf5c...47ab9e7777a63d02560d90177905c411b30fe684) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 009e755..a850177 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@465330b7e2524a0d9b3430795c7970658106bf5c # (latest, untagged) + - uses: actions/stale@47ab9e7777a63d02560d90177905c411b30fe684 # (latest, untagged) with: operations-per-run: 200 ascending: true