diff --git a/.github/workflows/build_logic_mainnet.yml b/.github/workflows/build_logic_mainnet.yml index 8d803ff47c..2c704ddf12 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@v4.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..cbdd870d70 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@v4.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..fa505b7953 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@v4.0.0 with: poetry-version: 1.4.2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 936b83b34c..b808a75a05 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@v4.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..bb0505f364 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@v4.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..3d5403717f 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@v4.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..41dc2e353f 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@v4.0.0 with: poetry-version: 1.4.2