diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 97815662b29..d18a9fdf024 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -60,7 +60,7 @@ jobs: - name: Prepare apt repositories (clazy) if: inputs.tool == 'clazy' - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 5 max_attempts: 3 diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 708ee6deaa2..d779c252f56 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -117,7 +117,7 @@ jobs: uses: ./.github/actions/install-dependencies - name: Setup Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 with: cache-read-only: ${{ github.event_name == 'pull_request' }}