diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 35afa82..10765b8 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -36,7 +36,7 @@ jobs: - name: Cache PowerShell modules if: steps.template_guard.outputs.is_template == 'false' id: cache-lint-modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.local/share/powershell/Modules key: ${{ runner.os }}-psmodules-lint-${{ hashFiles('build.depend.psd1') }} @@ -101,7 +101,7 @@ jobs: - name: Cache PowerShell modules if: steps.template_guard.outputs.is_template == 'false' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/Documents/PowerShell/Modules