From f8099f5262ecc8d9e742631831909b88b0114cf2 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Wed, 13 Mar 2024 11:30:41 +0800 Subject: [PATCH] (chore): Update `psmodulecache` version (#14) --- .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 a5c4ba7..750ca86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: ref: develop path: scoop_core - name: Init Test Suite - uses: potatoqualitee/psmodulecache@v5.1 + uses: potatoqualitee/psmodulecache@main with: modules-to-cache: BuildHelpers shell: powershell @@ -50,7 +50,7 @@ jobs: ref: develop path: scoop_core - name: Init Test Suite - uses: potatoqualitee/psmodulecache@v5.1 + uses: potatoqualitee/psmodulecache@main with: modules-to-cache: BuildHelpers shell: pwsh