Skip to content

Commit b203fba

Browse files
chore(deps): update actions/cache action to v5.0.2
1 parent 65a0f9b commit b203fba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: 17
2323

2424
- name: Cache Kotlin/Native compiler
25-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
25+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2626
with:
2727
path: ~/.konan
2828
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'gradle/libs.versions.toml') }}

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
java-version: 17
2929

3030
- name: Cache Kotlin/Native compiler
31-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
31+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3232
with:
3333
path: ~/.konan
3434
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'gradle/libs.versions.toml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
java-version: 17
1919

2020
- name: Cache Kotlin/Native compiler
21-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
21+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2222
with:
2323
path: ~/.konan
2424
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'gradle/libs.versions.toml') }}

0 commit comments

Comments
 (0)