File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545 steps :
4646 - uses : actions/checkout@v5
4747 - name : Setup Python
48- uses : actions/setup-python@v5
48+ uses : actions/setup-python@v6
4949 with :
5050 # Version range or exact version of Python to use, using SemVer's version range syntax. Reads from .python-version if unset.
5151 python-version : " 3.10"
Original file line number Diff line number Diff line change 5959 steps :
6060 - uses : actions/checkout@v5
6161 - name : Setup Python ${{ matrix.python-version }}
62- uses : actions/setup-python@v5
62+ uses : actions/setup-python@v6
6363 with :
6464 python-version : ${{ matrix.python-version }}
6565 - name : Install nox
9797 steps :
9898 - uses : actions/checkout@v5
9999 - name : Setup Python
100- uses : actions/setup-python@v5
100+ uses : actions/setup-python@v6
101101 with :
102102 python-version : " 3.10"
103103 cache : pip
@@ -121,7 +121,7 @@ jobs:
121121 steps :
122122 - uses : actions/checkout@v5
123123 - name : Setup Python
124- uses : actions/setup-python@v5
124+ uses : actions/setup-python@v6
125125 - name : Update readme
126126 run : |
127127 python docs/update_readme.py
Original file line number Diff line number Diff line change 2929 - name : Setup Pages
3030 uses : actions/configure-pages@v4
3131 - name : Setup Python
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : " 3.10"
3535 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments