From 49432397b2206573e9d70d3a11d70b6098124e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:28:06 +0000 Subject: [PATCH 1/2] Bump actions/stale from 5 to 6 Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... 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 d0aae27e007..9f92f47e74a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,7 +19,7 @@ jobs: # - No PRs marked as no-stale or pinned # - No issues marked as no-stale, help-wanted or pinned - name: 90 days stale issues & PRs policy - uses: actions/stale@v5 + uses: actions/stale@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 90 From f55a9e47730cab06aaa42a9928d899527cd74054 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 26 Sep 2022 16:02:59 +0200 Subject: [PATCH 2/2] Pin more exact --- .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 9f92f47e74a..5cc3129faca 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,7 +19,7 @@ jobs: # - No PRs marked as no-stale or pinned # - No issues marked as no-stale, help-wanted or pinned - name: 90 days stale issues & PRs policy - uses: actions/stale@v6 + uses: actions/stale@v6.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 90