Skip to content

Commit 52121eb

Browse files
committed
Automatic Gradle updater
1 parent da7bd2c commit 52121eb

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Update Gradle Wrapper
2+
3+
on:
4+
schedule:
5+
- cron: "0 6 * * MON"
6+
7+
jobs:
8+
update-gradle-wrapper:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v2
13+
14+
- name: Update Gradle Wrapper
15+
uses: gradle-update/update-gradle-wrapper-action@v1
16+
with:
17+
repo-token: ${{ secrets.GITHUB_TOKEN }}
18+
set-distribution-checksum: false

0 commit comments

Comments
 (0)