Skip to content

Commit cebeeab

Browse files
authored
Merge pull request #1331 from Versent/dependabot/github_actions/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2 parents 8bab5fa + 23b960d commit cebeeab

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)