Skip to content

Commit

Permalink
Merge pull request #114 from techinessoverloaded/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/gradle/gradle-build-action-2.11.0

Bump gradle/gradle-build-action from 2.10.0 to 2.11.0
  • Loading branch information
techinessoverloaded authored Dec 21, 2023
2 parents 5048e31 + 95e09d7 commit b75260f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkLibraryBuildStatus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: 11
distribution: adopt
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.10.0
uses: gradle/gradle-build-action@v2.11.0
with:
gradle-version: 7.4.2
- name: Build Library with Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generateDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: 11
distribution: adopt
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.10.0
uses: gradle/gradle-build-action@v2.11.0
with:
gradle-version: 7.4.2
- name: Generate KDoc and JavaDoc
Expand Down

0 comments on commit b75260f

Please sign in to comment.