diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index ebd61a1..bb0e7f6 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache PowerShell modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.local/share/powershell/Modules key: ${{ runner.os }}-psmodules-lint-${{ hashFiles('build.depend.psd1') }} @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache PowerShell modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/Documents/PowerShell/Modules