diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index a14f969..62445da 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # We need the full history for the commitlint task with: fetch-depth: 0