Skip to content

Commit 6eb031a

Browse files
chore(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2e1a4b commit 6eb031a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
gradle-version: wrapper
9595

9696
- name: 🚄 Cache Gradle
97-
uses: actions/cache@v3
97+
uses: actions/cache@v4
9898
with:
9999
path: |
100100
~/.gradle/caches
@@ -104,7 +104,7 @@ jobs:
104104
${{ runner.os }}-gradle-
105105
106106
- name: 🚄 Cache Kotlin Native Compiler
107-
uses: actions/cache@v3
107+
uses: actions/cache@v4
108108
with:
109109
path: ~/.konan
110110
key: ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}

0 commit comments

Comments
 (0)