Skip to content

Commit 8386a33

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e10ad80 commit 8386a33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kmp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: kotlin-version
3333
run: echo "version=$(.github/scripts/extract-kotlin-version.sh)" >> "$GITHUB_OUTPUT"
3434
- name: Cache Kotlin/Native
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: ~/.konan
3838
key: kotlin-${{ steps.kotlin-version.outputs.version }}
@@ -77,7 +77,7 @@ jobs:
7777
sudo udevadm control --reload-rules
7878
sudo udevadm trigger --name-match=kvm
7979
- name: AVD cache
80-
uses: actions/cache@v4
80+
uses: actions/cache@v5
8181
id: avd-cache
8282
with:
8383
path: |

0 commit comments

Comments
 (0)