Skip to content

Commit fd93259

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/kmp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: kotlin-version
3636
run: echo "version=$(.github/scripts/extract-kotlin-version.sh)" >> "$GITHUB_OUTPUT"
3737
- name: Cache Kotlin/Native
38-
uses: actions/cache@v4
38+
uses: actions/cache@v6
3939
with:
4040
path: ~/.konan
4141
key: kotlin-${{ steps.kotlin-version.outputs.version }}
@@ -83,7 +83,7 @@ jobs:
8383
sudo udevadm control --reload-rules
8484
sudo udevadm trigger --name-match=kvm
8585
- name: AVD cache
86-
uses: actions/cache@v4
86+
uses: actions/cache@v6
8787
id: avd-cache
8888
with:
8989
path: |

0 commit comments

Comments
 (0)