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 2323
2424 steps :
2525 - uses : " actions/checkout@v4"
26- - uses : " actions/setup-python@v5 "
26+ - uses : " actions/setup-python@v6 "
2727
2828 with :
2929 python-version : " ${{ matrix.python-version }}"
4141
4242 # We always use a modern Python version for combining coverage to prevent
4343 # parsing errors in older versions for modern code.
44- - uses : " actions/setup-python@v5 "
44+ - uses : " actions/setup-python@v6 "
4545 with :
4646 python-version : " 3.9"
4747
6767
6868 steps :
6969 - uses : " actions/checkout@v4"
70- - uses : " actions/setup-python@v5 "
70+ - uses : " actions/setup-python@v6 "
7171
7272 with :
7373 python-version : " 3.9"
9494
9595 steps :
9696 - uses : " actions/checkout@v4"
97- - uses : " actions/setup-python@v5 "
97+ - uses : " actions/setup-python@v6 "
9898
9999 with :
100100 python-version : " 3.9"
You can’t perform that action at this time.
0 commit comments