diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 834e93d..896d28a 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v7 - name: Cache PSDepend module - uses: potatoqualitee/psmodulecache@v6.2.1 + uses: potatoqualitee/psmodulecache@v6.3 with: modules-to-cache: PSDepend @@ -50,7 +50,7 @@ jobs: Write-Host "Modules to cache: $moduleList" - name: Cache PowerShell modules - uses: potatoqualitee/psmodulecache@v6.2.1 + uses: potatoqualitee/psmodulecache@v6.3 with: modules-to-cache: ${{ steps.deps.outputs.modules }} @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v7 - name: Cache PSDepend module - uses: potatoqualitee/psmodulecache@v6.2.1 + uses: potatoqualitee/psmodulecache@v6.3 with: modules-to-cache: PSDepend @@ -106,7 +106,7 @@ jobs: Write-Host "Modules to cache: $moduleList" - name: Cache PowerShell modules - uses: potatoqualitee/psmodulecache@v6.2.1 + uses: potatoqualitee/psmodulecache@v6.3 with: modules-to-cache: ${{ steps.deps.outputs.modules }}