diff --git a/.github/workflows/publish-module.yml b/.github/workflows/publish-module.yml index 6c878361..673f1b90 100644 --- a/.github/workflows/publish-module.yml +++ b/.github/workflows/publish-module.yml @@ -13,7 +13,7 @@ jobs: - name: Install and cache PowerShell modules id: psmodulecache - uses: potatoqualitee/psmodulecache@v6.1 + uses: potatoqualitee/psmodulecache@v6.2 with: modules-to-cache: PowerShellGet shell: pwsh diff --git a/.github/workflows/update-module.yml b/.github/workflows/update-module.yml index ee351385..21bc5a5b 100644 --- a/.github/workflows/update-module.yml +++ b/.github/workflows/update-module.yml @@ -20,7 +20,7 @@ jobs: - name: Install and cache PowerShell modules id: psmodulecache - uses: potatoqualitee/psmodulecache@v6.1 + uses: potatoqualitee/psmodulecache@v6.2 with: modules-to-cache: MarkdownPS shell: powershell diff --git a/.github/workflows/validate-module.yml b/.github/workflows/validate-module.yml index 6ece8a52..022c668a 100644 --- a/.github/workflows/validate-module.yml +++ b/.github/workflows/validate-module.yml @@ -108,7 +108,7 @@ jobs: - name: Install and cache PowerShell modules id: psmodulecache - uses: potatoqualitee/psmodulecache@v6.1 + uses: potatoqualitee/psmodulecache@v6.2 with: modules-to-cache: BuildHelpers shell: powershell