diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daeb677..8eb6b23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Restore native cache id: cache-native - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 with: path: | scripts/build @@ -56,7 +56,7 @@ jobs: - name: Restore Gradle cache id: cache-gradle - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 with: path: | ~/.gradle/caches