2929      - name : " Check out repository code" 
3030        uses : " actions/checkout@v2" 
3131      - name : " Setup environment" 
32-         uses : " networktocode/gh-action-setup-poetry-environment@v5" 
32+         uses : " networktocode/gh-action-setup-poetry-environment@v6" 
33+         with :
34+           poetry-version : " 1.8.5" 
3335      - name : " Linting: black" 
3436        run : " poetry run invoke black" 
3537  bandit :
4042      - name : " Check out repository code" 
4143        uses : " actions/checkout@v2" 
4244      - name : " Setup environment" 
43-         uses : " networktocode/gh-action-setup-poetry-environment@v5" 
45+         uses : " networktocode/gh-action-setup-poetry-environment@v6" 
46+         with :
47+           poetry-version : " 1.8.5" 
4448      - name : " Linting: bandit" 
4549        run : " poetry run invoke bandit" 
4650    needs :
5357      - name : " Check out repository code" 
5458        uses : " actions/checkout@v2" 
5559      - name : " Setup environment" 
56-         uses : " networktocode/gh-action-setup-poetry-environment@v5" 
60+         uses : " networktocode/gh-action-setup-poetry-environment@v6" 
61+         with :
62+           poetry-version : " 1.8.5" 
5763      - name : " Linting: pydocstyle" 
5864        run : " poetry run invoke pydocstyle" 
5965    needs :
6672      - name : " Check out repository code" 
6773        uses : " actions/checkout@v2" 
6874      - name : " Setup environment" 
69-         uses : " networktocode/gh-action-setup-poetry-environment@v5" 
75+         uses : " networktocode/gh-action-setup-poetry-environment@v6" 
76+         with :
77+           poetry-version : " 1.8.5" 
7078      - name : " Linting: flake8" 
7179        run : " poetry run invoke flake8" 
7280    needs :
7987      - name : " Check out repository code" 
8088        uses : " actions/checkout@v2" 
8189      - name : " Setup environment" 
82-         uses : " networktocode/gh-action-setup-poetry-environment@v5" 
90+         uses : " networktocode/gh-action-setup-poetry-environment@v6" 
91+         with :
92+           poetry-version : " 1.8.5" 
8393      - name : " Linting: mypy" 
8494        run : " poetry run invoke mypy" 
8595    needs :
92102      - name : " Check out repository code" 
93103        uses : " actions/checkout@v2" 
94104      - name : " Setup environment" 
95-         uses : " networktocode/gh-action-setup-poetry-environment@v5" 
105+         uses : " networktocode/gh-action-setup-poetry-environment@v6" 
106+         with :
107+           poetry-version : " 1.8.5" 
96108      - name : " Linting: yamllint" 
97109        run : " poetry run invoke yamllint" 
98110    needs :
@@ -103,7 +115,9 @@ jobs:
103115      - name : " Check out repository code" 
104116        uses : " actions/checkout@v2" 
105117      - name : " Setup environment" 
106-         uses : " networktocode/gh-action-setup-poetry-environment@v5" 
118+         uses : " networktocode/gh-action-setup-poetry-environment@v6" 
119+         with :
120+           poetry-version : " 1.8.5" 
107121      - name : " Build Container" 
108122        run : " poetry run invoke build" 
109123    needs :
@@ -118,7 +132,9 @@ jobs:
118132      - name : " Check out repository code" 
119133        uses : " actions/checkout@v2" 
120134      - name : " Setup environment" 
121-         uses : " networktocode/gh-action-setup-poetry-environment@v5" 
135+         uses : " networktocode/gh-action-setup-poetry-environment@v6" 
136+         with :
137+           poetry-version : " 1.8.5" 
122138      - name : " Build Container" 
123139        run : " poetry run invoke build" 
124140      - name : " Linting: Pylint" 
@@ -129,8 +145,8 @@ jobs:
129145    strategy :
130146      fail-fast : true 
131147      matrix :
132-         python-version : ["3.8", "3. 9", "3.10", "3.11"] 
133-         poetry-version : ["1.5.1 "] 
148+         python-version : ["3.9", "3.10", "3.11"] 
149+         poetry-version : ["1.8.5 "] 
134150    runs-on : " ubuntu-24.04" 
135151    env :
136152      PYTHON_VER : " ${{ matrix.python-version }}" 
@@ -140,7 +156,7 @@ jobs:
140156      - name : " Setup environment" 
141157        uses : " networktocode/gh-action-setup-poetry-environment@3ea5d3ecf382cdcb0c74d4c0ff0629d95fce63c7" 
142158        env :
143-           POETRY_VERSION : 1.5.1  
159+           POETRY_VERSION : 1.8.5  
144160        with :
145161          python-version : " ${{ matrix.python-version }}" 
146162          poetry-version : " ${{ matrix.poetry-version }}" 
0 commit comments