From b6fe66b1a78404b9cbdba37a853633da92726a8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 19:10:16 +0000 Subject: [PATCH] chore: bump beatlabs/delete-old-branches-action from 0.0.9 to 0.0.10 Bumps [beatlabs/delete-old-branches-action](https://github.com/beatlabs/delete-old-branches-action) from 0.0.9 to 0.0.10. - [Release notes](https://github.com/beatlabs/delete-old-branches-action/releases) - [Commits](https://github.com/beatlabs/delete-old-branches-action/compare/v0.0.9...v0.0.10) --- updated-dependencies: - dependency-name: beatlabs/delete-old-branches-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 7c0fdb91c0b7d..359e8b36c71ee 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -38,7 +38,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Run delete-old-branches-action - uses: beatlabs/delete-old-branches-action@v0.0.9 + uses: beatlabs/delete-old-branches-action@v0.0.10 with: repo_token: ${{ github.token }} date: "6 months ago"