Skip to content

Commit 0635a2d

Browse files
chore(deps): update actions/cache action to v3.2.2
1 parent 36b9740 commit 0635a2d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: gradle
2424

2525
- name: Cache Kotlin/Native compiler
26-
uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
26+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
2727
with:
2828
path: ~/.konan
2929
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'settings.gradle.kts') }}

.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/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
32+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
37+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
68+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
6969
with:
7070
path: ~/.konan
7171
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'settings.gradle.kts') }}

0 commit comments

Comments
 (0)