File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 docs :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.x"
Original file line number Diff line number Diff line change 2828 id-token : write
2929 contents : write
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 - name : Compare package version with ref/tag
3333 id : compare
3434 run : |
Original file line number Diff line number Diff line change 2525 name : " Analyze"
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 - name : Set up Python
3030 uses : actions/setup-python@v6
3131 with :
6565 - toxenv : " pypy3.11"
6666 py : " pypy-3.11"
6767 steps :
68- - uses : actions/checkout@v5
68+ - uses : actions/checkout@v6
6969 - name : Set up Python ${{ matrix.py }}
7070 uses : actions/setup-python@v6
7171 with :
@@ -109,7 +109,7 @@ jobs:
109109 needs : analyze
110110 runs-on : ubuntu-latest
111111 steps :
112- - uses : actions/checkout@v5
112+ - uses : actions/checkout@v6
113113 - name : Set up Python
114114 uses : actions/setup-python@v6
115115 with :
You can’t perform that action at this time.
0 commit comments