Merge pull request #2162 from gradle-update/develop

Add workflow for Update Gradle Wrapper Action.
This commit is contained in:
Benoit Marty 2020-09-30 09:49:00 +02:00 committed by GitHub
commit 5beaa93437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,18 @@
name: Update Gradle Wrapper
on:
schedule:
- cron: "0 0 * * *"
jobs:
update-gradle-wrapper:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
target-branch: develop

View File

@ -19,7 +19,7 @@ SDK API changes ⚠️:
- -
Build 🧱: Build 🧱:
- - Use Update Gradle Wrapper Action
Other changes: Other changes:
- Added registration/verification automated UI tests - Added registration/verification automated UI tests