Skip to content

Commit

Permalink
Merge pull request #31 from PhilanthropyDataCommons/update-gradle-wor…
Browse files Browse the repository at this point in the history
…kflow

Check for Gradle updates weekly
  • Loading branch information
jasonaowen authored Aug 8, 2024
2 parents a5b48c4 + b424cbb commit b7d7fc9
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 * * Mon"

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

steps:
- uses: actions/checkout@v3

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

0 comments on commit b7d7fc9

Please sign in to comment.