From 770e8fb64a06b39acccf78e056290c0f9f95cc75 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Thu, 14 Mar 2024 15:47:53 -0400 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index c48941b..1bb7654 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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' @@ -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