In this PR #2081, gradle/gradle-build-action@v4 was removed since it's deprecated. It's replaced with gradle/actions/setup-gradle@v3.
We should also consider safely removing this block since setup-gradle already provides built-in caching.
- name: Cache Gradle packages
uses: actions/cache@v3
Please also examine all the workflows to see if there's any update due to gradle/gradle-build-action@v4 being invalid.
In this PR #2081, gradle/gradle-build-action@v4 was removed since it's deprecated. It's replaced with gradle/actions/setup-gradle@v3.
We should also consider safely removing this block since setup-gradle already provides built-in caching.
uses: actions/cache@v3
Please also examine all the workflows to see if there's any update due to gradle/gradle-build-action@v4 being invalid.