From ce2363a715c5e1d6ea6807cd0e2daa838941ffa4 Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:54:15 +0530 Subject: [PATCH] Update versions to latest --- .github/workflows/common_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index 92568ac..75de791 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Pester shell: pwsh @@ -20,4 +20,4 @@ jobs: run: | Import-Module Pester Import-Module Assert - Invoke-Pester -EnableExit \ No newline at end of file + Invoke-Pester -EnableExit