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