diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a0d1565cf3..aad8c24998a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: gradle-version: wrapper - name: 🚄 Cache Gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches @@ -104,7 +104,7 @@ jobs: ${{ runner.os }}-gradle- - name: 🚄 Cache Kotlin Native Compiler - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.konan key: ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}