Skip to content

Commit 23b960d

Browse files
chore(deps): bump actions/cache from 3 to 4
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c6f0ff commit 23b960d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Setup PowerShell module cache
152152
id: cacher
153-
uses: actions/cache@v3
153+
uses: actions/cache@v4
154154
with:
155155
path: "C:\\Users\\runneradmin\\Documents\\PowerShell\\Modules"
156156
key: ${{ runner.os }}-InvokeBuild

0 commit comments

Comments
 (0)