From e2c84c5ccad6b9890d5815a6c424308acc4e7cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 20:07:35 +0000 Subject: [PATCH] Bump potatoqualitee/psmodulecache from 6.0 to 6.1 Bumps [potatoqualitee/psmodulecache](https://github.com/potatoqualitee/psmodulecache) from 6.0 to 6.1. - [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.0...v6.1) --- 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 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-module.yml b/.github/workflows/publish-module.yml index d6a0bf50..3a337239 100644 --- a/.github/workflows/publish-module.yml +++ b/.github/workflows/publish-module.yml @@ -15,7 +15,7 @@ jobs: - name: Install and cache PowerShell modules id: psmodulecache - uses: potatoqualitee/psmodulecache@v6.0 + uses: potatoqualitee/psmodulecache@v6.1 with: modules-to-cache: PowerShellGet shell: pwsh diff --git a/.github/workflows/update-module.yml b/.github/workflows/update-module.yml index 747647e4..633fa9df 100644 --- a/.github/workflows/update-module.yml +++ b/.github/workflows/update-module.yml @@ -24,7 +24,7 @@ jobs: - name: Install and cache PowerShell modules id: psmodulecache - uses: potatoqualitee/psmodulecache@v6.0 + uses: potatoqualitee/psmodulecache@v6.1 with: modules-to-cache: MarkdownPS shell: powershell