From 8da6fa43005cd39eb07f36c27ed83e8a8d716249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 01:58:07 +0000 Subject: [PATCH] Bump potatoqualitee/psmodulecache from 6.1 to 6.2 Bumps [potatoqualitee/psmodulecache](https://github.com/potatoqualitee/psmodulecache) from 6.1 to 6.2. - [Release notes](https://github.com/potatoqualitee/psmodulecache/releases) - [Changelog](https://github.com/potatoqualitee/psmodulecache/blob/main/CHANGELOG.md) - [Commits](https://github.com/potatoqualitee/psmodulecache/compare/v6.1...v6.2) --- updated-dependencies: - dependency-name: potatoqualitee/psmodulecache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-module.yml | 2 +- .github/workflows/update-module.yml | 2 +- .github/workflows/validate-module.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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