diff --git a/.github/workflows/conventional_commits.yaml b/.github/workflows/conventional_commits.yaml index 152bb542b..6c0edcb64 100644 --- a/.github/workflows/conventional_commits.yaml +++ b/.github/workflows/conventional_commits.yaml @@ -15,7 +15,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: - python-version: "3.10" + python-version: "3.13" - name: Install commitizen run: pip install commitizen - name: commitizen check