Skip to content

Commit

Permalink
Merge pull request #3 from hossain-khan/hossain-khan-patch-1
Browse files Browse the repository at this point in the history
Update gradle.yml
  • Loading branch information
hossain-khan authored Mar 14, 2024
2 parents d554370 + 770e8fb commit 37a8e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/gradle-build-action@v3 # v3.1.0
uses: gradle/gradle-build-action@v3
with:
gradle-version: '8.4'

Expand Down Expand Up @@ -62,4 +62,4 @@ jobs:
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3 # v3.1.0
uses: gradle/actions/dependency-submission@v3

0 comments on commit 37a8e44

Please sign in to comment.