1818 INVOKE_LOCAL : " True"
1919 steps :
2020 - name : " Check out repository code"
21- uses : " actions/checkout@v3 "
21+ uses : " actions/checkout@v4 "
2222 - name : " Setup environment"
2323 uses : " networktocode/gh-action-setup-poetry-environment@v4"
2424 - name : " Linting: black"
2929 INVOKE_LOCAL : " True"
3030 steps :
3131 - name : " Check out repository code"
32- uses : " actions/checkout@v3 "
32+ uses : " actions/checkout@v4 "
3333 - name : " Setup environment"
3434 uses : " networktocode/gh-action-setup-poetry-environment@v4"
3535 - name : " Linting: bandit"
4242 INVOKE_LOCAL : " True"
4343 steps :
4444 - name : " Check out repository code"
45- uses : " actions/checkout@v3 "
45+ uses : " actions/checkout@v4 "
4646 - name : " Setup environment"
4747 uses : " networktocode/gh-action-setup-poetry-environment@v4"
4848 - name : " Linting: pydocstyle"
5555 INVOKE_LOCAL : " True"
5656 steps :
5757 - name : " Check out repository code"
58- uses : " actions/checkout@v3 "
58+ uses : " actions/checkout@v4 "
5959 - name : " Setup environment"
6060 uses : " networktocode/gh-action-setup-poetry-environment@v4"
6161 - name : " Linting: flake8"
6868 INVOKE_LOCAL : " True"
6969 steps :
7070 - name : " Check out repository code"
71- uses : " actions/checkout@v3 "
71+ uses : " actions/checkout@v4 "
7272 - name : " Setup environment"
7373 uses : " networktocode/gh-action-setup-poetry-environment@v4"
7474 with :
8383 INVOKE_LOCAL : " True"
8484 steps :
8585 - name : " Check out repository code"
86- uses : " actions/checkout@v3 "
86+ uses : " actions/checkout@v4 "
8787 - name : " Setup environment"
8888 uses : " networktocode/gh-action-setup-poetry-environment@v4"
8989 - name : " Linting: yamllint"
9696 INVOKE_LOCAL : " True"
9797 steps :
9898 - name : " Check out repository code"
99- uses : " actions/checkout@v3 "
99+ uses : " actions/checkout@v4 "
100100 - name : " Setup environment"
101101 uses : " networktocode/gh-action-setup-poetry-environment@v4"
102102 with :
@@ -124,7 +124,7 @@ jobs:
124124 PYTHON_VER : " ${{ matrix.python-version }}"
125125 steps :
126126 - name : " Check out repository code"
127- uses : " actions/checkout@v3 "
127+ uses : " actions/checkout@v4 "
128128 - name : " Setup environment"
129129 uses : " networktocode/gh-action-setup-poetry-environment@v4"
130130 with :
@@ -145,7 +145,7 @@ jobs:
145145 if : " startsWith(github.ref, 'refs/tags/v')"
146146 steps :
147147 - name : " Check out repository code"
148- uses : " actions/checkout@v3 "
148+ uses : " actions/checkout@v4 "
149149 - name : " Set up Python"
150150 uses : " actions/setup-python@v4"
151151 with :
@@ -174,7 +174,7 @@ jobs:
174174 if : " startsWith(github.ref, 'refs/tags/v')"
175175 steps :
176176 - name : " Check out repository code"
177- uses : " actions/checkout@v3 "
177+ uses : " actions/checkout@v4 "
178178 - name : " Set up Python"
179179 uses : " actions/setup-python@v4"
180180 with :
0 commit comments