Skip to content

Commit cf913d4

Browse files
Merge pull request #153 from techinessoverloaded/dependabot/github_actions/gradle/gradle-build-action-3.5.0
Bump gradle/gradle-build-action from 3.4.2 to 3.5.0
2 parents ff84090 + 0effe5d commit cf913d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checkLibraryBuildStatus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: 11
2121
distribution: adopt
2222
- name: Setup Gradle
23-
uses: gradle/gradle-build-action@v3.4.2
23+
uses: gradle/gradle-build-action@v3.5.0
2424
with:
2525
gradle-version: 7.4.2
2626
- name: Build Library with Gradle

.github/workflows/generateDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: 11
1818
distribution: adopt
1919
- name: Setup Gradle
20-
uses: gradle/gradle-build-action@v3.4.2
20+
uses: gradle/gradle-build-action@v3.5.0
2121
with:
2222
gradle-version: 7.4.2
2323
- name: Generate KDoc and JavaDoc

0 commit comments

Comments
 (0)