Skip to content

Commit 054515a

Browse files
Bump actions/cache from 4.3.0 to 5.0.1 (#19)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fc1532 commit 054515a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: gradle/actions/[email protected]
3131

3232
- name: Cache Kotlin/Native toolchains
33-
uses: actions/cache@v4.3.0
33+
uses: actions/cache@v5.0.1
3434
with:
3535
path: ~/.konan
3636
key: ${{ runner.os }}-konan-${{ hashFiles('settings.gradle.kts') }}

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: gradle/actions/[email protected]
3030

3131
- name: Cache Kotlin/Native toolchains
32-
uses: actions/cache@v4.3.0
32+
uses: actions/cache@v5.0.1
3333
with:
3434
path: ~/.konan
3535
key: ${{ runner.os }}-konan-${{ hashFiles('settings.gradle.kts') }}

0 commit comments

Comments
 (0)