diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a76c521..1e2db7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: ref: develop path: "scoop_core" - name: Init Test Suite - uses: potatoqualitee/psmodulecache@v6.2.1 + uses: potatoqualitee/psmodulecache@v6.3 with: modules-to-cache: PSScriptAnalyzer, BuildHelpers, Pester:5.7.1 shell: powershell @@ -49,7 +49,7 @@ jobs: ref: develop path: "scoop_core" - name: Init Test Suite - uses: potatoqualitee/psmodulecache@v6.2.1 + uses: potatoqualitee/psmodulecache@v6.3 with: modules-to-cache: PSScriptAnalyzer, BuildHelpers, Pester:5.7.1 shell: pwsh