Skip to content

Commit

Permalink
Remove gradle/actions/setup-gradle deprecated functionality (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg authored Aug 1, 2024
1 parent 021e29c commit a617bd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 8
- uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda
name: gradle
with:
arguments: check dokkaHtml dokkaJavadoc
- name: Setup Gradle
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70
- name: gradle
run: ./gradlew check dokkaHtml dokkaJavadoc

0 comments on commit a617bd7

Please sign in to comment.