Skip to content

Commit

Permalink
corrected name gradle/actions/setup-gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoening committed Mar 13, 2024
1 parent 7f987aa commit 7502c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout project sources
uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/setup-gradle@v3
uses: gradle/actions/setup-gradle@v3
- name: Run build
run: gradle build

0 comments on commit 7502c52

Please sign in to comment.