Skip to content

Commit

Permalink
Merge pull request #1465 from gradle/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
tylerbertrand authored Oct 11, 2024
2 parents e681e25 + cc82285 commit e5d08c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/combine-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: combine-dependabot-prs
uses: github/combine-prs@v5.1.0
uses: github/combine-prs@v5.2.0
with:
branch_regex: ^(dependa|wrapper)bot\/.*$
github_token: ${{ secrets.GH_BOT_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion build-caching-maven-samples/kotlin-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>

<properties>
<kotlin.version>2.0.20</kotlin.version>
<kotlin.version>2.0.21</kotlin.version>
<junit-jupiter.version>5.11.2</junit-jupiter.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
</properties>
Expand Down

0 comments on commit e5d08c9

Please sign in to comment.