Skip to content

Commit

Permalink
Added "Upgrade Gradle Wrapper" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianTodt committed Sep 9, 2022
1 parent 410815b commit 8cb01ca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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

0 comments on commit 8cb01ca

Please sign in to comment.