diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a032faa..0209228 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: name: General steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Invoke-Pester diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index a9f7834..5c54d7e 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -9,7 +9,7 @@ jobs: name: General steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Invoke-Pester