From c733723b3e1e873ccd3d47a60ec2833844f82b40 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Wed, 10 Jul 2024 15:11:41 +0200 Subject: [PATCH] ci: Switch reusable workflows to v1, instead of main --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/rules.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }}