File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v4
2525 with :
2626 fetch-depth : 0
27- - uses : actions/setup-python@v4
27+ - uses : actions/setup-python@v5
2828 with :
2929 python-version : ${{ env.PYTHON_LATEST }}
3030 - name : Install GitHub matcher for ActionLint checker
6565
6666 steps :
6767 - uses : actions/checkout@v4
68- - uses : actions/setup-python@v4
68+ - uses : actions/setup-python@v5
6969 if : " !endsWith(matrix.python-version, '-dev')"
7070 with :
7171 python-version : ${{ matrix.python-version }}
@@ -100,7 +100,7 @@ jobs:
100100 with :
101101 jobs : ${{ toJSON(needs) }}
102102 - uses : actions/checkout@v4
103- - uses : actions/setup-python@v4
103+ - uses : actions/setup-python@v5
104104 with :
105105 python-version : ${{ env.PYTHON_LATEST }}
106106 - name : Install Coverage.py
You can’t perform that action at this time.
0 commit comments