Skip to content

Commit ee55313

Browse files
Merge pull request #39 from PowerShell/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 68b886c + 58ba0ed commit ee55313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v5
56+
uses: actions/cache@v6
5757
with:
5858
path: '~/.local/share/powershell/Modules'
5959
key: ${{ runner.os }}-dsc-samples

0 commit comments

Comments
 (0)