From 7a4ff5fe2a81951fb36c3338e6a773d02e20a0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:25:52 +0000 Subject: [PATCH] build(deps): bump potatoqualitee/psmodulecache in /.github/workflows Bumps [potatoqualitee/psmodulecache](https://github.com/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/v6.2.1...v6.3) --- updated-dependencies: - dependency-name: potatoqualitee/psmodulecache dependency-version: '6.3' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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