diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 4c319c8..5c56c63 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -30,7 +30,7 @@ jobs: with: match: "v*.*.*" - name: Set up Python 3 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Install Commitizen