diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d49ce770..bf02997f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,8 +12,8 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.9, '3.10', '3.11', '3.12'] - uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main + python-version: [3.9, "3.10", "3.11", "3.12"] + uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@v1 with: os: ${{ matrix.os }} python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/rules.yml b/.github/workflows/rules.yml index a66c8729..746d7ea3 100644 --- a/.github/workflows/rules.yml +++ b/.github/workflows/rules.yml @@ -10,8 +10,8 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.9, '3.10', '3.11', '3.12'] - uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@main + python-version: [3.9, "3.10", "3.11", "3.12"] + uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@v1 with: os: ${{ matrix.os }} python-version: ${{ matrix.python-version }}