diff --git a/.github/workflows/build_logic_mainnet.yml b/.github/workflows/build_logic_mainnet.yml index 8d803ff47c..a994e7d3e3 100755 --- a/.github/workflows/build_logic_mainnet.yml +++ b/.github/workflows/build_logic_mainnet.yml @@ -27,7 +27,7 @@ jobs: python-version: '3.10' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.4.2 diff --git a/.github/workflows/build_logic_testnet.yml b/.github/workflows/build_logic_testnet.yml index a548eb2d72..2ca9b663fd 100755 --- a/.github/workflows/build_logic_testnet.yml +++ b/.github/workflows/build_logic_testnet.yml @@ -27,7 +27,7 @@ jobs: python-version: '3.10' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.4.2 diff --git a/.github/workflows/build_rewards_mainnet.yml b/.github/workflows/build_rewards_mainnet.yml index 940c77d7a4..21e865f8d3 100755 --- a/.github/workflows/build_rewards_mainnet.yml +++ b/.github/workflows/build_rewards_mainnet.yml @@ -27,7 +27,7 @@ jobs: python-version: '3.10' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.4.2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 936b83b34c..3e91b6aa18 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: python-version: '3.10' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.4.2 diff --git a/.github/workflows/core_logic_mainnet.yml b/.github/workflows/core_logic_mainnet.yml index aadc7edd26..4f91e0263f 100755 --- a/.github/workflows/core_logic_mainnet.yml +++ b/.github/workflows/core_logic_mainnet.yml @@ -32,7 +32,7 @@ jobs: python-version: '3.10' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.4.2 diff --git a/.github/workflows/core_logic_testnet.yml b/.github/workflows/core_logic_testnet.yml index 20e9ff0ae0..165a64e055 100755 --- a/.github/workflows/core_logic_testnet.yml +++ b/.github/workflows/core_logic_testnet.yml @@ -32,7 +32,7 @@ jobs: python-version: '3.10' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.4.2 diff --git a/.github/workflows/depost_swap_fees_to_pool_mainnet.yml b/.github/workflows/depost_swap_fees_to_pool_mainnet.yml index d73995c00c..501a2a1b35 100755 --- a/.github/workflows/depost_swap_fees_to_pool_mainnet.yml +++ b/.github/workflows/depost_swap_fees_to_pool_mainnet.yml @@ -24,7 +24,7 @@ jobs: python-version: '3.10' - name: Set up Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.4.2