Skip to content

Commit

Permalink
Merge #109 into 1.3.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Sep 13, 2024
2 parents 909c375 + 425e52f commit 0c27cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@16bf8bc8fe830fa669c3c9f914d3eb147c629707
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808
- name: gradle
run: ./gradlew check dokkaHtml dokkaJavadoc
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: gradle/actions/wrapper-validation@16bf8bc8fe830fa669c3c9f914d3eb147c629707
- uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808

0 comments on commit 0c27cd7

Please sign in to comment.