diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index a38b203..143c479 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Cache Gradle Caches id: cache-gradle-caches