From ce91009d6bbe5e719e36db016b9e0396cffe6b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 12:11:43 -0400 Subject: [PATCH] chore: bump beatlabs/delete-old-branches-action from 0.0.9 to 0.0.10 (#7551) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 7c0fdb91c0..359e8b36c7 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"