diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 314006d3c..0f89d131f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: experimental: false steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0 @@ -112,7 +112,7 @@ jobs: if: always() && contains('success,failure', needs.unit-tests.result) steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0