mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-11 02:37:36 +03:00
99549b0827
Change-Id: Ie0be3b5c124ab589b52fa585e9e330f8c906bd6a
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
|