File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194194 egress-policy : audit
195195 - uses : actions/checkout@v4
196196 - id : setup-python
197- uses : actions/setup-python@v4
197+ uses : actions/setup-python@v5
198198 with :
199199 python-version : ${{ matrix.python-version }}
200200 - uses : actions/cache@v3
@@ -246,7 +246,7 @@ jobs:
246246 - id : setup-env
247247 uses : cisagov/setup-env-github-action@develop
248248 - id : setup-python
249- uses : actions/setup-python@v4
249+ uses : actions/setup-python@v5
250250 with :
251251 python-version : ${{ steps.setup-env.outputs.python-version }}
252252 - uses : actions/cache@v3
@@ -300,7 +300,7 @@ jobs:
300300 egress-policy : audit
301301 - uses : actions/checkout@v4
302302 - id : setup-python
303- uses : actions/setup-python@v4
303+ uses : actions/setup-python@v5
304304 with :
305305 python-version : ${{ matrix.python-version }}
306306 - uses : actions/cache@v3
@@ -355,7 +355,7 @@ jobs:
355355 egress-policy : audit
356356 - uses : actions/checkout@v4
357357 - id : setup-python
358- uses : actions/setup-python@v4
358+ uses : actions/setup-python@v5
359359 with :
360360 python-version : ${{ matrix.python-version }}
361361 - uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments