From 08a41771c7864cc25f2bd2b000c48b096bf4f276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 16:45:11 +0000 Subject: [PATCH] Bump potatoqualitee/psmodulecache in the github-actions group Bumps the github-actions group with 1 update: [potatoqualitee/psmodulecache](https://github.com/potatoqualitee/psmodulecache). Updates `potatoqualitee/psmodulecache` from 6.2.1 to 6.3 - [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/ee5e9494714abf56f6efbfa51527b2aec5c761b8...9e4b63833c22c1768d648e115a9c849afdda22a5) --- updated-dependencies: - dependency-name: potatoqualitee/psmodulecache dependency-version: '6.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/dev.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 32c7b76a5..1702ee02d 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -17,7 +17,7 @@ jobs: runs-on: Windows-latest steps: - name: Install and cache PowerShell modules - uses: potatoqualitee/psmodulecache@ee5e9494714abf56f6efbfa51527b2aec5c761b8 # v6.2.1 + uses: potatoqualitee/psmodulecache@9e4b63833c22c1768d648e115a9c849afdda22a5 # v6.3 with: modules-to-cache: InvokeBuild, PSScriptAnalyzer, Pester:6.0.0, Az.Accounts, Az.Resources shell: pwsh diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 741b2ac27..58cfa7257 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ jobs: runs-on: windows-latest steps: - name: Install and cache PowerShell modules - uses: potatoqualitee/psmodulecache@ee5e9494714abf56f6efbfa51527b2aec5c761b8 # v6.2.1 + uses: potatoqualitee/psmodulecache@9e4b63833c22c1768d648e115a9c849afdda22a5 # v6.3 with: modules-to-cache: InvokeBuild, PSScriptAnalyzer, Pester, Az.Accounts, Az.Resources shell: pwsh