2323 INVOKE_PARSER_LOCAL : " True"
2424 steps :
2525 - name : " Check out repository code"
26- uses : " actions/checkout@v4 "
26+ uses : " actions/checkout@v6 "
2727 - name : " Setup environment"
2828 uses : " networktocode/gh-action-setup-poetry-environment@v6"
2929 with :
3636 INVOKE_PARSER_LOCAL : " True"
3737 steps :
3838 - name : " Check out repository code"
39- uses : " actions/checkout@v4 "
39+ uses : " actions/checkout@v6 "
4040 - name : " Setup environment"
4141 uses : " networktocode/gh-action-setup-poetry-environment@v6"
4242 with :
6363 INVOKE_PARSER_LOCAL : " True"
6464 steps :
6565 - name : " Check out repository code"
66- uses : " actions/checkout@v4 "
66+ uses : " actions/checkout@v6 "
6767 - name : " Setup environment"
6868 uses : " networktocode/gh-action-setup-poetry-environment@v6"
6969 with :
8080 INVOKE_PARSER_LOCAL : " True"
8181 steps :
8282 - name : " Check out repository code"
83- uses : " actions/checkout@v4 "
83+ uses : " actions/checkout@v6 "
8484 - name : " Setup environment"
8585 uses : " networktocode/gh-action-setup-poetry-environment@v6"
8686 with :
@@ -100,7 +100,7 @@ jobs:
100100 PYTHON_VER : " ${{ matrix.python-version }}"
101101 steps :
102102 - name : " Check out repository code"
103- uses : " actions/checkout@v4 "
103+ uses : " actions/checkout@v6 "
104104 - name : " Setup environment"
105105 uses : " networktocode/gh-action-setup-poetry-environment@v6"
106106 - name : " Get image version"
@@ -137,7 +137,7 @@ jobs:
137137 PYTHON_VER : " ${{ matrix.python-version }}"
138138 steps :
139139 - name : " Check out repository code"
140- uses : " actions/checkout@v4 "
140+ uses : " actions/checkout@v6 "
141141 - name : " Setup environment"
142142 uses : " networktocode/gh-action-setup-poetry-environment@v6"
143143 - name : " Get image version"
@@ -171,7 +171,7 @@ jobs:
171171 if : startsWith(github.ref, 'refs/tags/v')
172172 steps :
173173 - name : " Check out repository code"
174- uses : " actions/checkout@v4 "
174+ uses : " actions/checkout@v6 "
175175 - name : " Set up Python"
176176 uses : " actions/setup-python@v5"
177177 with :
@@ -199,7 +199,7 @@ jobs:
199199 runs-on : " ubuntu-22.04"
200200 steps :
201201 - name : " Check out repository code"
202- uses : " actions/checkout@v4 "
202+ uses : " actions/checkout@v6 "
203203 with :
204204 fetch-depth : " 0"
205205 - name : " Setup environment"
@@ -217,7 +217,7 @@ jobs:
217217 if : startsWith(github.ref, 'refs/tags/v')
218218 steps :
219219 - name : " Check out repository code"
220- uses : " actions/checkout@v4 "
220+ uses : " actions/checkout@v6 "
221221 - name : " Set up Python"
222222 uses : " actions/setup-python@v5"
223223 with :
0 commit comments