Skip to content

Commit f637fb2

Browse files
Update all dependencies
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v5.0.5 | v6.0.0 |
1 parent 5230727 commit f637fb2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
gradle-home-cache-cleanup: true
3737

3838
- name: Cache konan
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: |
4242
~/.konan/cache
@@ -103,7 +103,7 @@ jobs:
103103
gradle-home-cache-cleanup: true
104104

105105
- name: Cache konan
106-
uses: actions/cache@v5
106+
uses: actions/cache@v6
107107
with:
108108
path: |
109109
~/.konan/cache

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
gradle-home-cache-cleanup: true
5252

5353
- name: Cache konan
54-
uses: actions/cache@v5
54+
uses: actions/cache@v6
5555
with:
5656
path: |
5757
~/.konan/cache

0 commit comments

Comments
 (0)