chore(deps): pin actions/checkout action to f43a0e5 (#283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4ae222e247
commit
750d7f4022
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
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
|
||||
|
||||
- name: Delete branch
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue