Skip to content

Commit

Permalink
Added gradle wrapper update action
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Aug 6, 2024
1 parent 3be0b9d commit f742c7e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: update-gradle-wrapper
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"

jobs:
update-gradle-wrapper:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1

0 comments on commit f742c7e

Please sign in to comment.