We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e674f9e + 18c08a9 commit dc1ae64Copy full SHA for dc1ae64
1 file changed
.github/workflows/CI.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
20
- name: Cache PowerShell modules
21
- uses: actions/cache@v4
+ uses: actions/cache@v5
22
with:
23
path: ~/.local/share/powershell/Modules
24
key: ${{ runner.os }}-psmodules-lint-${{ hashFiles('build.depend.psd1') }}
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
path: |
67
~/Documents/PowerShell/Modules
0 commit comments