Skip to content

Commit

Permalink
Automatically update Gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Feb 3, 2024
1 parent 2ac5c07 commit 63aef56
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Update Gradle Wrapper

on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
update-gradle-wrapper:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1
with:
labels: dependencies

0 comments on commit 63aef56

Please sign in to comment.