Skip to content

Commit 18c08a9

Browse files
ci: Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e674f9e commit 18c08a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Cache PowerShell modules
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
with:
2323
path: ~/.local/share/powershell/Modules
2424
key: ${{ runner.os }}-psmodules-lint-${{ hashFiles('build.depend.psd1') }}
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v4
6262

6363
- name: Cache PowerShell modules
64-
uses: actions/cache@v4
64+
uses: actions/cache@v5
6565
with:
6666
path: |
6767
~/Documents/PowerShell/Modules

0 commit comments

Comments
 (0)