-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
| datasource | package | from | to | | -------------- | ------------------------------------------------------------- | ------------ | ------------ | | cdnjs | bodymovin/lottie.min.js | 5.8.1 | 5.9.1 | | gradle-version | gradle | 7.4 | 7.4.1 | | github-tags | gradle/gradle-build-action | v2.1.3 | v2.1.4 | | github-tags | gradle/gradle-build-action | v2.1.3 | v2.1.4 | | github-tags | gradle/gradle-build-action | v2.1.3 | v2.1.4 | | github-tags | gradle/gradle-build-action | v2.1.3 | v2.1.4 | | github-tags | gradle/gradle-build-action | v2.1.3 | v2.1.4 | | github-tags | gradle/gradle-build-action | v2.1.3 | v2.1.4 | | github-tags | gradle/gradle-build-action | v2.1.3 | v2.1.4 | | github-tags | gradle/gradle-build-action | v2.1.3 | v2.1.4 | | github-tags | gradle/gradle-build-action | v2.1.3 | v2.1.4 | | github-tags | gradle/gradle-build-action | v2.1.3 | v2.1.4 | | github-tags | gradle/gradle-build-action | v2.1.3 | v2.1.4 | | github-tags | gradle/gradle-build-action | v2.1.3 | v2.1.4 | | github-tags | stefanzweifel/git-auto-commit-action | v4.13.1 | v4.14.0 | | maven | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 1.6.10-1.0.2 | 1.6.10-1.0.4 | | maven | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 1.6.10-1.0.2 | 1.6.10-1.0.4 | | maven | com.google.devtools.ksp:symbol-processing-api | 1.6.10-1.0.2 | 1.6.10-1.0.4 | | maven | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin | 3.8.1 | 3.9 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.1.0 | 5.2.1 | | maven | io.kotest:kotest-runner-junit5 | 5.1.0 | 5.2.2 | | maven | io.kotest:kotest-property | 5.1.0 | 5.2.2 | | maven | io.kotest:kotest-framework-engine | 5.1.0 | 5.2.2 | | maven | io.kotest:kotest-assertions-core | 5.1.0 | 5.2.2 | | maven | io.github.classgraph:classgraph | 4.8.138 | 4.8.143 | Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
3540e3d
commit 1180694
Showing
8 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
java-version: 11 | ||
|
||
- name: Gradle build | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].4 | ||
with: | ||
arguments: --full-stacktrace build "-Psemver.stage=alpha" | ||
|
||
|
@@ -52,7 +52,7 @@ jobs: | |
java-version: 11 | ||
|
||
- name: Generate Tag | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].4 | ||
with: | ||
arguments: --full-stacktrace createSemverTag "-Psemver.stage=alpha" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
java-version: 11 | ||
|
||
- name: Gradle build | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].4 | ||
with: | ||
arguments: --full-stacktrace build "-Psemver.scope=${{ github.event.inputs.scope }}" "-Psemver.stage=${{ github.event.inputs.stage }}" | ||
|
||
|
@@ -73,7 +73,7 @@ jobs: | |
java-version: 11 | ||
|
||
- name: Generate Tag | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].4 | ||
with: | ||
arguments: --full-stacktrace createSemverTag "-Psemver.scope=${{ github.event.inputs.scope }}" "-Psemver.stage=${{ github.event.inputs.stage }}" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,13 +45,13 @@ jobs: | |
java-version: 11 | ||
|
||
- name: build | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].4 | ||
if: matrix.os != 'windows-latest' | ||
with: | ||
arguments: --full-stacktrace build | ||
|
||
- name: mingwX64Test | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].4 | ||
if: matrix.os == 'windows-latest' | ||
with: | ||
arguments: --full-stacktrace mingwX64Test | ||
|
@@ -93,7 +93,7 @@ jobs: | |
run: echo "::set-output name=arrow-version::${{needs.build.outputs.arrow-version}}" | ||
|
||
- name: Publish alpha/beta/rc version | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].4 | ||
if: | | ||
contains(needs.build.outputs.arrow-version, 'alpha') || | ||
contains(needs.build.outputs.arrow-version, 'beta') || | ||
|
@@ -102,7 +102,7 @@ jobs: | |
arguments: --full-stacktrace publishToSonatype closeAndReleaseSonatypeStagingRepository | ||
|
||
- name: Publish final version | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].4 | ||
if: | | ||
!contains(needs.build.outputs.arrow-version, 'alpha') && | ||
!contains(needs.build.outputs.arrow-version, 'beta') && | ||
|
@@ -147,7 +147,7 @@ jobs: | |
bundle install --gemfile Gemfile | ||
- name: Create API doc | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].4 | ||
with: | ||
arguments: --full-stacktrace dokkaGfm | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,13 +26,13 @@ jobs: | |
java-version: 11 | ||
|
||
- name: build | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].4 | ||
if: matrix.os != 'windows-latest' | ||
with: | ||
arguments: --full-stacktrace build | ||
|
||
- name: mingwX64Test | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].4 | ||
if: matrix.os == 'windows-latest' | ||
with: | ||
arguments: --full-stacktrace mingwX64Test | ||
|
@@ -62,15 +62,15 @@ jobs: | |
java-version: 11 | ||
|
||
- name: Build | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].4 | ||
with: | ||
arguments: apiDump | ||
|
||
- name: Stop Gradle daemons | ||
run: ./gradlew --stop | ||
|
||
- name: "Commit new API files" | ||
uses: stefanzweifel/git-auto-commit-action@v4.13.1 | ||
uses: stefanzweifel/git-auto-commit-action@v4.14.0 | ||
with: | ||
commit_message: Update API files | ||
file_pattern: arrow-libs/**/api/*.api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters