From cb037a4e719ee39287f2d3eb6698a5ae6e9ddd37 Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Sat, 4 Nov 2023 06:38:45 -0700 Subject: [PATCH] poshcode pesterv2 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 118c129..1410a14 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -94,7 +94,7 @@ jobs: Install-Module -Name Pester -Force -SkipPublisherCheck -Scope CurrentUser - name: Run Pester Tests - uses: PoshCode/Actions/pester@v1 + uses: PoshCode/Actions/pester@v2 with: pesterVersion: "5.5.0" codeCoveragePath: Modules/F7History