mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-18 12:28:23 +01:00
fc8be0c8c5
Change-Id: I76c44254c911cca11449d24928721ef0e01c5f3e
19 lines
368 B
YAML
19 lines
368 B
YAML
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
|