diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e190573..216f05e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v4 - id: cache-modules name: Use the module cache if present - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: | ~\Documents\PowerShell\Modules diff --git a/.github/workflows/cq.yml b/.github/workflows/cq.yml index e61344b..d6baf27 100644 --- a/.github/workflows/cq.yml +++ b/.github/workflows/cq.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4 - id: cache-modules name: Use the module cache if present - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: | ~\Documents\PowerShell\Modules