diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d15ab0..71fef4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: # rebuilds dependency klibs from scratch (the CI test jobs have had # this cache all along — v0.1.0's first attempt ran >1h cold). - name: Cache Konan - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: ~/.konan key: konan-${{ runner.os }}-${{ hashFiles('gradle/libs.versions.toml','gradle/wrapper/gradle-wrapper.properties') }}