chore(deps): update actions/checkout digest to eef6144 (#416)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5e595ea7b9
commit
c38e31a3bb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/delete_merged_branch.yml
vendored
2
.github/workflows/delete_merged_branch.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
if: github.event.pull_request.merged == true && github.repository == github.event.pull_request.head.repo.full_name
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
|
||||
|
||||
- name: Delete branch
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue