File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949 runs-on : ubuntu-latest
5050 steps :
5151 - uses : actions/checkout@v5
52- - uses : actions/setup-python@v5
52+ - uses : actions/setup-python@v6
5353 with :
5454 python-version : " 3.10"
5555 - name : Install rstcheck
6161 runs-on : ubuntu-latest
6262 steps :
6363 - uses : actions/checkout@v5
64- - uses : actions/setup-python@v5
64+ - uses : actions/setup-python@v6
6565 with :
6666 python-version : " 3.10"
6767 - name : Install yamllint
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v5
13- - uses : actions/setup-python@v5
13+ - uses : actions/setup-python@v6
1414 with :
1515 python-version : " 3.10"
1616 cache : pip
Original file line number Diff line number Diff line change 1818 - " 3.9"
1919 steps :
2020 - uses : actions/checkout@v5
21- - uses : actions/setup-python@v5
21+ - uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python }}
2424 cache : pip
You can’t perform that action at this time.
0 commit comments