Skip to content

Commit

Permalink
Add Gradle Wrapper updater workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Jan 27, 2024
1 parent 801dd77 commit 958b6aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/gradle-wrapper-updater.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 🐘 Gradle Wrapper updater

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

jobs:
update-gradle-wrapper:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle-update/update-gradle-wrapper-action@0407394b9d173dfc9cf5695f9f560fef6d61a5fe # v1.0.20

0 comments on commit 958b6aa

Please sign in to comment.