diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8eb6b23..75c01d6 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.1.0 + uses: actions/cache@v4.1.1 with: path: | scripts/build @@ -56,7 +56,7 @@ jobs: - name: Restore Gradle cache id: cache-gradle - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: path: | ~/.gradle/caches