diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index db319768..bce37b74 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -96,7 +96,7 @@ jobs: gradle-home-cache-cleanup: true - name: Cache Kotlin/Native compiler if: steps.filter.outputs.should_run == 'true' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.konan key: konan-${{ runner.os }}-${{ hashFiles('gradle/libs.versions.toml') }}