Skip to content

Commit 064e456

Browse files
Merge pull request #148 from techinessoverloaded/dependabot/github_actions/gradle/gradle-build-action-3.4.2
Bump gradle/gradle-build-action from 3.1.0 to 3.4.2
2 parents 498f206 + 2e8f0aa commit 064e456

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.1.0
23+
uses: gradle/gradle-build-action@v3.4.2
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.1.0
20+
uses: gradle/gradle-build-action@v3.4.2
2121
with:
2222
gradle-version: 7.4.2
2323
- name: Generate KDoc and JavaDoc

0 commit comments

Comments
 (0)