mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore(deps): bump cbrgm/cleanup-stale-branches-action (#11691)
Bumps [cbrgm/cleanup-stale-branches-action](https://github.com/cbrgm/cleanup-stale-branches-action) from 1.1.23 to 1.1.24.
- [Release notes](https://github.com/cbrgm/cleanup-stale-branches-action/releases)
- [Commits](5b358866e6...7e6763a2d1
)
---
updated-dependencies:
- dependency-name: cbrgm/cleanup-stale-branches-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bb3e7d9ddc
commit
e3a86bc286
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clean-stale-branches.yaml
vendored
2
.github/workflows/clean-stale-branches.yaml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cleanup Stale Branches
|
||||
uses: cbrgm/cleanup-stale-branches-action@5b358866e66e938a7765525ce2724841c581aa8c # v1.1.23
|
||||
uses: cbrgm/cleanup-stale-branches-action@7e6763a2d1cc33eaf2df502f5c44a91950d22478 # v1.1.24
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repository: ${{ github.repository }}
|
||||
|
|
Loading…
Reference in a new issue