Skip to content

Commit 936e146

Browse files
chore(deps): bump actions/cache from 3 to 4 (#1184)
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-version: '4' 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 8389732 commit 936e146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functional-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
sudo udevadm trigger --name-match=kvm
166166
167167
- name: AVD cache
168-
uses: actions/cache@v3
168+
uses: actions/cache@v4
169169
id: avd-cache
170170
with:
171171
path: |

0 commit comments

Comments
 (0)