Skip to content

Commit 839d0ba

Browse files
authored
Merge pull request #586 from gradle/combined-prs-branch
Combined PRs
2 parents a366179 + 4336dc0 commit 839d0ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/combine-dependabot-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: combine-dependabot-prs
20-
uses: github/combine-prs@v3.1.2
20+
uses: github/combine-prs@v4.0.0
2121
with:
2222
branch_regex: ^(dependa|wrapper)bot\/.*$
2323
github_token: ${{ secrets.GH_BOT_GITHUB_TOKEN }}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.gradle.enterprise.gradleplugin.internal.extension.BuildScanExtensionWithHiddenFeatures
22

33
plugins {
4-
id("com.gradle.enterprise") version "3.14.1"
4+
id("com.gradle.enterprise") version "3.15"
55
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.11.2"
66
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
77
}

0 commit comments

Comments
 (0)