File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 docs :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Setup Python
1515 uses : actions/setup-python@v6
1616 with :
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Set up Python
1414 uses : actions/setup-python@v6
1515 with :
Original file line number Diff line number Diff line change 66 linting :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v5
9+ - uses : actions/checkout@v6
1010 - name : Install OS packages
1111 run : |
1212 sudo apt-get -y update
2323 mypy :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - name : Install OS packages
2828 run : |
2929 sudo apt-get -y update
4444 # https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
4545 python-version : ["3.10", "3.11", "3.12", "3.13"]
4646 steps :
47- - uses : actions/checkout@v5
47+ - uses : actions/checkout@v6
4848 - name : Set up Python ${{ matrix.python-version }}
4949 uses : actions/setup-python@v6
5050 with :
6161 coverage :
6262 runs-on : ubuntu-latest
6363 steps :
64- - uses : actions/checkout@v5
64+ - uses : actions/checkout@v6
6565 - name : Install OS packages
6666 run : |
6767 sudo apt-get -y update
8080 security :
8181 runs-on : ubuntu-latest
8282 steps :
83- - uses : actions/checkout@v5
83+ - uses : actions/checkout@v6
8484 - name : Install OS packages
8585 run : |
8686 sudo apt-get -y update
@@ -164,7 +164,7 @@ jobs:
164164 docs :
165165 runs-on : ubuntu-latest
166166 steps :
167- - uses : actions/checkout@v5
167+ - uses : actions/checkout@v6
168168 - name : Install OS packages
169169 run : |
170170 sudo apt-get -y update
You can’t perform that action at this time.
0 commit comments