Merge branch '6.1.x' into 6.2.x

This commit is contained in:
Marcus Hert Da Coregio 2024-03-14 14:33:26 -03:00
commit 94749d8942
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
name: Merge Dependabot PR
on:
pull_request:
on: pull_request_target
run-name: Merge Dependabot PR ${{ github.ref_name }}
@ -17,6 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
show-progress: false
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-java@v4
with: