Skip to content

Commit c44363a

Browse files
committed
Use main version of reusable WF in merge-dependabot-pr.yml
The `spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml` behaviour has been changed. So, this change is to test it for the next Dependabot updates cycle.
1 parent 36e4012 commit c44363a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-dependabot-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
merge-dependabot-pr:
1313
permissions: write-all
1414

15-
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v5
15+
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
1616
with:
1717
mergeArguments: --auto --squash
1818
autoMergeSnapshots: true

0 commit comments

Comments
 (0)