2929 - name : " Check out repository code"
3030 uses : " actions/checkout@v2"
3131 - name : " Setup environment"
32- uses : " networktocode/gh-action-setup-poetry-environment@v1 "
32+ uses : " networktocode/gh-action-setup-poetry-environment@v5 "
3333 - name : " Linting: black"
3434 run : " poetry run invoke black"
3535 bandit :
4040 - name : " Check out repository code"
4141 uses : " actions/checkout@v2"
4242 - name : " Setup environment"
43- uses : " networktocode/gh-action-setup-poetry-environment@v1 "
43+ uses : " networktocode/gh-action-setup-poetry-environment@v5 "
4444 - name : " Linting: bandit"
4545 run : " poetry run invoke bandit"
4646 needs :
5353 - name : " Check out repository code"
5454 uses : " actions/checkout@v2"
5555 - name : " Setup environment"
56- uses : " networktocode/gh-action-setup-poetry-environment@v1 "
56+ uses : " networktocode/gh-action-setup-poetry-environment@v5 "
5757 - name : " Linting: pydocstyle"
5858 run : " poetry run invoke pydocstyle"
5959 needs :
6666 - name : " Check out repository code"
6767 uses : " actions/checkout@v2"
6868 - name : " Setup environment"
69- uses : " networktocode/gh-action-setup-poetry-environment@v1 "
69+ uses : " networktocode/gh-action-setup-poetry-environment@v5 "
7070 - name : " Linting: flake8"
7171 run : " poetry run invoke flake8"
7272 needs :
7979 - name : " Check out repository code"
8080 uses : " actions/checkout@v2"
8181 - name : " Setup environment"
82- uses : " networktocode/gh-action-setup-poetry-environment@v1 "
83- - name : " Linting: flake8 "
82+ uses : " networktocode/gh-action-setup-poetry-environment@v5 "
83+ - name : " Linting: mypy "
8484 run : " poetry run invoke mypy"
8585 needs :
8686 - " black"
9292 - name : " Check out repository code"
9393 uses : " actions/checkout@v2"
9494 - name : " Setup environment"
95- uses : " networktocode/gh-action-setup-poetry-environment@v1 "
95+ uses : " networktocode/gh-action-setup-poetry-environment@v5 "
9696 - name : " Linting: yamllint"
9797 run : " poetry run invoke yamllint"
9898 needs :
@@ -103,7 +103,7 @@ jobs:
103103 - name : " Check out repository code"
104104 uses : " actions/checkout@v2"
105105 - name : " Setup environment"
106- uses : " networktocode/gh-action-setup-poetry-environment@v1 "
106+ uses : " networktocode/gh-action-setup-poetry-environment@v5 "
107107 - name : " Build Container"
108108 run : " poetry run invoke build"
109109 needs :
@@ -118,7 +118,7 @@ jobs:
118118 - name : " Check out repository code"
119119 uses : " actions/checkout@v2"
120120 - name : " Setup environment"
121- uses : " networktocode/gh-action-setup-poetry-environment@v1 "
121+ uses : " networktocode/gh-action-setup-poetry-environment@v5 "
122122 - name : " Build Container"
123123 run : " poetry run invoke build"
124124 - name : " Linting: Pylint"
@@ -137,7 +137,7 @@ jobs:
137137 - name : " Check out repository code"
138138 uses : " actions/checkout@v2"
139139 - name : " Setup environment"
140- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
140+ uses : " networktocode/gh-action-setup-poetry-environment@v5 "
141141 with :
142142 python-version : " ${{ matrix.python-version }}"
143143 - name : " Install redis"
0 commit comments