1414 INVOKE_LOCAL : " True"
1515 steps :
1616 - name : " Check out repository code"
17- uses : " actions/checkout@v2 "
17+ uses : " actions/checkout@v4 "
1818 - name : " Setup environment"
19- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
19+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
2020 with :
2121 python-version : " 3.13"
2222 - name : " Linting: black"
2727 INVOKE_LOCAL : " True"
2828 steps :
2929 - name : " Check out repository code"
30- uses : " actions/checkout@v2 "
30+ uses : " actions/checkout@v4 "
3131 - name : " Setup environment"
32- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
32+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
3333 with :
3434 python-version : " 3.13"
3535 - name : " Linting: bandit"
4242 INVOKE_LOCAL : " True"
4343 steps :
4444 - name : " Check out repository code"
45- uses : " actions/checkout@v2 "
45+ uses : " actions/checkout@v4 "
4646 - name : " Setup environment"
47- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
47+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
4848 with :
4949 python-version : " 3.13"
5050 - name : " Type-Hints: mypy"
5757 INVOKE_LOCAL : " True"
5858 steps :
5959 - name : " Check out repository code"
60- uses : " actions/checkout@v2 "
60+ uses : " actions/checkout@v4 "
6161 - name : " Setup environment"
62- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
62+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
6363 with :
6464 python-version : " 3.13"
6565 - name : " Linting: pydocstyle"
7272 INVOKE_LOCAL : " True"
7373 steps :
7474 - name : " Check out repository code"
75- uses : " actions/checkout@v2 "
75+ uses : " actions/checkout@v4 "
7676 - name : " Setup environment"
77- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
77+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
7878 with :
7979 python-version : " 3.13"
8080 - name : " Linting: flake8"
8787 INVOKE_LOCAL : " True"
8888 steps :
8989 - name : " Check out repository code"
90- uses : " actions/checkout@v2 "
90+ uses : " actions/checkout@v4 "
9191 - name : " Setup environment"
92- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
92+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
9393 with :
9494 python-version : " 3.13"
9595 - name : " Linting: yamllint"
@@ -106,9 +106,9 @@ jobs:
106106 PYTHON_VER : " ${{ matrix.python-version }}"
107107 steps :
108108 - name : " Check out repository code"
109- uses : " actions/checkout@v2 "
109+ uses : " actions/checkout@v4 "
110110 - name : " Setup environment"
111- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
111+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
112112 - name : " Get image version"
113113 run : " echo IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV"
114114 - name : " Set up Docker Buildx"
@@ -142,9 +142,9 @@ jobs:
142142 PYTHON_VER : " ${{ matrix.python-version }}"
143143 steps :
144144 - name : " Check out repository code"
145- uses : " actions/checkout@v2 "
145+ uses : " actions/checkout@v4 "
146146 - name : " Setup environment"
147- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
147+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
148148 - name : " Get image version"
149149 run : " echo IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV"
150150 - name : " Set up Docker Buildx"
@@ -179,9 +179,9 @@ jobs:
179179 PYTHON_VER : " ${{ matrix.python-version }}"
180180 steps :
181181 - name : " Check out repository code"
182- uses : " actions/checkout@v2 "
182+ uses : " actions/checkout@v4 "
183183 - name : " Setup environment"
184- uses : " networktocode/gh-action-setup-poetry-environment@v2 "
184+ uses : " networktocode/gh-action-setup-poetry-environment@v6 "
185185 - name : " Get image version"
186186 run : " echo IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV"
187187 - name : " Set up Docker Buildx"
@@ -216,7 +216,7 @@ jobs:
216216 if : " startsWith(github.ref, 'refs/tags/v')"
217217 steps :
218218 - name : " Check out repository code"
219- uses : " actions/checkout@v2 "
219+ uses : " actions/checkout@v4 "
220220 - name : " Set up Python"
221221 uses : " actions/setup-python@v2"
222222 with :
@@ -245,7 +245,7 @@ jobs:
245245 if : " startsWith(github.ref, 'refs/tags/v')"
246246 steps :
247247 - name : " Check out repository code"
248- uses : " actions/checkout@v2 "
248+ uses : " actions/checkout@v4 "
249249 - name : " Set up Python"
250250 uses : " actions/setup-python@v2"
251251 with :
0 commit comments