Skip to content

Commit

Permalink
Update update-gradle-wrapper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raynigon authored Aug 12, 2024
1 parent faedfaf commit 11fa0c1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update Gradle Wrapper

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

Expand All @@ -17,14 +17,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup Java JDK
uses: actions/[email protected]
- uses: actions/[email protected]
with:
java-version: 21
distribution: adopt
- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@0407394b9d173dfc9cf5695f9f560fef6d61a5fe # v1.0.13
uses: gradle-update/update-gradle-wrapper-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels: dependencies
- uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v1.0.3
- uses: gradle/wrapper-validation-action@v1

0 comments on commit 11fa0c1

Please sign in to comment.