Skip to content

Commit ae13f67

Browse files
chore(deps): update actions/cache action to v3.0.6
1 parent 18c7076 commit ae13f67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: gradle
3030

3131
- name: Cache Kotlin/Native compiler
32-
uses: actions/[email protected].5
32+
uses: actions/[email protected].6
3333
with:
3434
path: ~/.konan
3535
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'settings.gradle.kts') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: gradle
3535

3636
- name: Cache Kotlin/Native compiler
37-
uses: actions/[email protected].5
37+
uses: actions/[email protected].6
3838
with:
3939
path: ~/.konan
4040
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'settings.gradle.kts') }}
@@ -65,7 +65,7 @@ jobs:
6565
cache: gradle
6666

6767
- name: Cache Kotlin/Native compiler
68-
uses: actions/[email protected].5
68+
uses: actions/[email protected].6
6969
with:
7070
path: ~/.konan
7171
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'settings.gradle.kts') }}

0 commit comments

Comments
 (0)