From 918f21c8ccec09254f72e03b91c655ec4188ceeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:48:11 +0000 Subject: [PATCH] chore(deps): bump cbrgm/cleanup-stale-branches-action (#11521) Bumps [cbrgm/cleanup-stale-branches-action](https://github.com/cbrgm/cleanup-stale-branches-action) from 1.1.22 to 1.1.23. - [Release notes](https://github.com/cbrgm/cleanup-stale-branches-action/releases) - [Commits](https://github.com/cbrgm/cleanup-stale-branches-action/compare/c5e901b253cd85f48f3ff32a5a68bc0f5ee2ff65...5b358866e66e938a7765525ce2724841c581aa8c) --- updated-dependencies: - dependency-name: cbrgm/cleanup-stale-branches-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/clean-stale-branches.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean-stale-branches.yaml b/.github/workflows/clean-stale-branches.yaml index 11fd40d1ea..e05c5586d9 100644 --- a/.github/workflows/clean-stale-branches.yaml +++ b/.github/workflows/clean-stale-branches.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cleanup Stale Branches - uses: cbrgm/cleanup-stale-branches-action@c5e901b253cd85f48f3ff32a5a68bc0f5ee2ff65 # v1.1.22 + uses: cbrgm/cleanup-stale-branches-action@5b358866e66e938a7765525ce2724841c581aa8c # v1.1.23 with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.repository }}