Skip to content

Commit 12b3e6f

Browse files
authored
Merge pull request #287 from networktocode/renovate/networktocode-gh-action-setup-poetry-environment-6.x
Update networktocode/gh-action-setup-poetry-environment action to v6
2 parents b830ca6 + 02fa150 commit 12b3e6f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: "Check out repository code"
2121
uses: "actions/checkout@v3"
2222
- name: "Setup environment"
23-
uses: "networktocode/gh-action-setup-poetry-environment@v4"
23+
uses: "networktocode/gh-action-setup-poetry-environment@v6"
2424
- name: "Linting: black"
2525
run: "poetry run invoke black"
2626
bandit:
@@ -31,7 +31,7 @@ jobs:
3131
- name: "Check out repository code"
3232
uses: "actions/checkout@v3"
3333
- name: "Setup environment"
34-
uses: "networktocode/gh-action-setup-poetry-environment@v4"
34+
uses: "networktocode/gh-action-setup-poetry-environment@v6"
3535
- name: "Linting: bandit"
3636
run: "poetry run invoke bandit"
3737
needs:
@@ -44,7 +44,7 @@ jobs:
4444
- name: "Check out repository code"
4545
uses: "actions/checkout@v3"
4646
- name: "Setup environment"
47-
uses: "networktocode/gh-action-setup-poetry-environment@v4"
47+
uses: "networktocode/gh-action-setup-poetry-environment@v6"
4848
- name: "Linting: pydocstyle"
4949
run: "poetry run invoke pydocstyle"
5050
needs:
@@ -57,7 +57,7 @@ jobs:
5757
- name: "Check out repository code"
5858
uses: "actions/checkout@v3"
5959
- name: "Setup environment"
60-
uses: "networktocode/gh-action-setup-poetry-environment@v4"
60+
uses: "networktocode/gh-action-setup-poetry-environment@v6"
6161
- name: "Linting: flake8"
6262
run: "poetry run invoke flake8"
6363
needs:
@@ -70,7 +70,7 @@ jobs:
7070
- name: "Check out repository code"
7171
uses: "actions/checkout@v3"
7272
- name: "Setup environment"
73-
uses: "networktocode/gh-action-setup-poetry-environment@v4"
73+
uses: "networktocode/gh-action-setup-poetry-environment@v6"
7474
with:
7575
poetry-install-options: "--with dev"
7676
- name: "Linting: flake8"
@@ -85,7 +85,7 @@ jobs:
8585
- name: "Check out repository code"
8686
uses: "actions/checkout@v3"
8787
- name: "Setup environment"
88-
uses: "networktocode/gh-action-setup-poetry-environment@v4"
88+
uses: "networktocode/gh-action-setup-poetry-environment@v6"
8989
- name: "Linting: yamllint"
9090
run: "poetry run invoke yamllint"
9191
needs:
@@ -98,7 +98,7 @@ jobs:
9898
- name: "Check out repository code"
9999
uses: "actions/checkout@v3"
100100
- name: "Setup environment"
101-
uses: "networktocode/gh-action-setup-poetry-environment@v4"
101+
uses: "networktocode/gh-action-setup-poetry-environment@v6"
102102
with:
103103
poetry-install-options: "--with dev"
104104
- name: "Linting: Pylint"
@@ -126,7 +126,7 @@ jobs:
126126
- name: "Check out repository code"
127127
uses: "actions/checkout@v3"
128128
- name: "Setup environment"
129-
uses: "networktocode/gh-action-setup-poetry-environment@v4"
129+
uses: "networktocode/gh-action-setup-poetry-environment@v6"
130130
with:
131131
python-version: "${{ matrix.python-version }}"
132132
poetry-install-options: "--with dev"

0 commit comments

Comments
 (0)