From 6667e8ec10a85e2f7e97fc161c3695927df14cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:16:39 +0000 Subject: [PATCH] ci: bump potatoqualitee/psmodulecache from 6.2.1 to 6.3 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.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 834e93d..896d28a 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v7 - name: Cache PSDepend module - uses: potatoqualitee/psmodulecache@v6.2.1 + uses: potatoqualitee/psmodulecache@v6.3 with: modules-to-cache: PSDepend @@ -50,7 +50,7 @@ jobs: Write-Host "Modules to cache: $moduleList" - name: Cache PowerShell modules - uses: potatoqualitee/psmodulecache@v6.2.1 + uses: potatoqualitee/psmodulecache@v6.3 with: modules-to-cache: ${{ steps.deps.outputs.modules }} @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v7 - name: Cache PSDepend module - uses: potatoqualitee/psmodulecache@v6.2.1 + uses: potatoqualitee/psmodulecache@v6.3 with: modules-to-cache: PSDepend @@ -106,7 +106,7 @@ jobs: Write-Host "Modules to cache: $moduleList" - name: Cache PowerShell modules - uses: potatoqualitee/psmodulecache@v6.2.1 + uses: potatoqualitee/psmodulecache@v6.3 with: modules-to-cache: ${{ steps.deps.outputs.modules }}