diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b4b4338f..1bfd736f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: # experimental: true steps: - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 @@ -131,7 +131,7 @@ jobs: if: always() && contains('success,failure', needs.unit-tests.result) steps: - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0