diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe515c94..b50bd1c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4 - name: "Set up Python & Hatch - 3.11" - uses: ./.github/actions/setup-python-env + uses: ./.github/actions/setup-python-hatch with: python-version: "3.11" diff --git a/.github/workflows/ci_code_quality.yml b/.github/workflows/ci_code_quality.yml index 0aa890a9..bd7aaf95 100644 --- a/.github/workflows/ci_code_quality.yml +++ b/.github/workflows/ci_code_quality.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4 - name: "Set up Python & Hatch - 3.11" - uses: ./.github/actions/setup-python-env + uses: ./.github/actions/setup-python-hatch with: python-version: "3.11" diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index cd716351..60f550b5 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4 - name: "Set up Python & Hatch - 3.11" - uses: ./.github/actions/setup-python-env + uses: ./.github/actions/setup-python-hatch with: python-version: "${{ matrix.python-version }}"