Skip to content

Commit

Permalink
Update all dependencies (#2638)
Browse files Browse the repository at this point in the history
| datasource  | package                                                   | from    | to      |
| ----------- | --------------------------------------------------------- | ------- | ------- |
| github-tags | stefanzweifel/git-auto-commit-action                      | v4.13.0 | v4.13.1 |
| maven       | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin | 3.8     | 3.8.1   |

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 14, 2022
1 parent e210f7a commit c5ec01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: ./gradlew --stop

- name: "Commit new API files"
uses: stefanzweifel/[email protected].0
uses: stefanzweifel/[email protected].1
with:
commit_message: Update API files
file_pattern: arrow-libs/**/api/*.api
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.8"
id("com.gradle.enterprise") version "3.8.1"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit c5ec01d

Please sign in to comment.