mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-02 06:17:39 +03:00
a6c3ae3bb0
Change-Id: I5c089c587d4c19472de02cb3f704736c9461430d
18 lines
368 B
YAML
18 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
|