Skip to content

Commit 41ad986

Browse files
Merge pull request #33 from PowerShell/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents d3c0172 + b6cf0e7 commit 41ad986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# cd ..
5454
- name: Setup PowerShell module cache
5555
id: cacher
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: '~/.local/share/powershell/Modules'
5959
key: ${{ runner.os }}-dsc-samples

0 commit comments

Comments
 (0)