diff --git a/.github/workflows/lint-gradle-files.yml b/.github/workflows/lint-gradle-files.yml index e704e23e9..e295888ff 100644 --- a/.github/workflows/lint-gradle-files.yml +++ b/.github/workflows/lint-gradle-files.yml @@ -23,7 +23,7 @@ jobs: # cache the Gradle User Home" # cache: 'gradle' - name: "Setup Gradle" - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 with: # Only write to the cache for builds on the 'main' and 'develop' branches. (Default is 'main' only.) # Builds on other branches will only read existing entries from the cache.