14
14
INVOKE_LOCAL : " True"
15
15
steps :
16
16
- name : " Check out repository code"
17
- uses : " actions/checkout@v2 "
17
+ uses : " actions/checkout@v4 "
18
18
- name : " Setup environment"
19
- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
19
+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
20
20
with :
21
21
python-version : " 3.13"
22
22
- name : " Linting: black"
27
27
INVOKE_LOCAL : " True"
28
28
steps :
29
29
- name : " Check out repository code"
30
- uses : " actions/checkout@v2 "
30
+ uses : " actions/checkout@v4 "
31
31
- name : " Setup environment"
32
- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
32
+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
33
33
with :
34
34
python-version : " 3.13"
35
35
- name : " Linting: bandit"
42
42
INVOKE_LOCAL : " True"
43
43
steps :
44
44
- name : " Check out repository code"
45
- uses : " actions/checkout@v2 "
45
+ uses : " actions/checkout@v4 "
46
46
- name : " Setup environment"
47
- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
47
+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
48
48
with :
49
49
python-version : " 3.13"
50
50
- name : " Type-Hints: mypy"
57
57
INVOKE_LOCAL : " True"
58
58
steps :
59
59
- name : " Check out repository code"
60
- uses : " actions/checkout@v2 "
60
+ uses : " actions/checkout@v4 "
61
61
- name : " Setup environment"
62
- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
62
+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
63
63
with :
64
64
python-version : " 3.13"
65
65
- name : " Linting: pydocstyle"
72
72
INVOKE_LOCAL : " True"
73
73
steps :
74
74
- name : " Check out repository code"
75
- uses : " actions/checkout@v2 "
75
+ uses : " actions/checkout@v4 "
76
76
- name : " Setup environment"
77
- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
77
+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
78
78
with :
79
79
python-version : " 3.13"
80
80
- name : " Linting: flake8"
87
87
INVOKE_LOCAL : " True"
88
88
steps :
89
89
- name : " Check out repository code"
90
- uses : " actions/checkout@v2 "
90
+ uses : " actions/checkout@v4 "
91
91
- name : " Setup environment"
92
- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
92
+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
93
93
with :
94
94
python-version : " 3.13"
95
95
- name : " Linting: yamllint"
@@ -106,9 +106,9 @@ jobs:
106
106
PYTHON_VER : " ${{ matrix.python-version }}"
107
107
steps :
108
108
- name : " Check out repository code"
109
- uses : " actions/checkout@v2 "
109
+ uses : " actions/checkout@v4 "
110
110
- name : " Setup environment"
111
- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
111
+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
112
112
- name : " Get image version"
113
113
run : " echo IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV"
114
114
- name : " Set up Docker Buildx"
@@ -142,9 +142,9 @@ jobs:
142
142
PYTHON_VER : " ${{ matrix.python-version }}"
143
143
steps :
144
144
- name : " Check out repository code"
145
- uses : " actions/checkout@v2 "
145
+ uses : " actions/checkout@v4 "
146
146
- name : " Setup environment"
147
- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
147
+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
148
148
- name : " Get image version"
149
149
run : " echo IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV"
150
150
- name : " Set up Docker Buildx"
@@ -179,9 +179,9 @@ jobs:
179
179
PYTHON_VER : " ${{ matrix.python-version }}"
180
180
steps :
181
181
- name : " Check out repository code"
182
- uses : " actions/checkout@v2 "
182
+ uses : " actions/checkout@v4 "
183
183
- name : " Setup environment"
184
- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
184
+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
185
185
- name : " Get image version"
186
186
run : " echo IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV"
187
187
- name : " Set up Docker Buildx"
@@ -216,7 +216,7 @@ jobs:
216
216
if : " startsWith(github.ref, 'refs/tags/v')"
217
217
steps :
218
218
- name : " Check out repository code"
219
- uses : " actions/checkout@v2 "
219
+ uses : " actions/checkout@v4 "
220
220
- name : " Set up Python"
221
221
uses : " actions/setup-python@v2"
222
222
with :
@@ -245,7 +245,7 @@ jobs:
245
245
if : " startsWith(github.ref, 'refs/tags/v')"
246
246
steps :
247
247
- name : " Check out repository code"
248
- uses : " actions/checkout@v2 "
248
+ uses : " actions/checkout@v4 "
249
249
- name : " Set up Python"
250
250
uses : " actions/setup-python@v2"
251
251
with :
0 commit comments