Skip to content

Commit

Permalink
Update gradle/actions action to v4 (#322)
Browse files Browse the repository at this point in the history
Co-authored-by: Cedrick Cooke <[email protected]>
  • Loading branch information
juul-mobile-bot and cedrickcooke authored Aug 9, 2024
1 parent 8e7fe03 commit 77314b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4
with:
validate-wrappers: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dokka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4

- run: ./gradlew dokkaHtmlMultiModule

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4

- run: ./gradlew check

Expand Down

0 comments on commit 77314b2

Please sign in to comment.