diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index bda4ac2c2..84fbd4efa 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -15,8 +15,7 @@ jobs: runs-on: ubuntu-latest name: "Bump version and create changelog with commitizen" steps: - - name: Check out - uses: actions/checkout@v4 + - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0