Skip to content

Commit 4b28668

Browse files
committed
Added gradle wrapper update action
1 parent 9cad15a commit 4b28668

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: update-gradle-wrapper
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: "0 0 * * 0"
6+
7+
jobs:
8+
update-gradle-wrapper:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout Repository
12+
uses: actions/checkout@v4
13+
- name: Update Gradle Wrapper
14+
uses: gradle-update/update-gradle-wrapper-action@v1

0 commit comments

Comments
 (0)