Skip to content

Commit fe054f3

Browse files
dependabot[bot]korken89
authored andcommitted
chore(deps): 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] <[email protected]>
1 parent 1b49d0d commit fe054f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Cache QEMU
9090
id: cache-qemu
91-
uses: actions/cache@v4
91+
uses: actions/cache@v5
9292
with:
9393
path: qemu-${{ env.QEMU_VERSION }}/build
9494
key: ${{ runner.OS }}-qemu-${{ env.QEMU_VERSION }}

0 commit comments

Comments
 (0)