diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index cd26af2..d763b2e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function