File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 name : Format
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
2424 - uses : actions/setup-python@v6
4343 python-version : " 3.12" # old versions not supported
4444 name : Check Python ${{ matrix.python-version }} ${{ matrix.os }}
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 with :
4848 fetch-depth : 0
4949 - name : Setup Python ${{ matrix.python-version }}
7272 dist :
7373 runs-on : ubuntu-latest
7474 steps :
75- - uses : actions/checkout@v5
75+ - uses : actions/checkout@v6
7676 with :
7777 fetch-depth : 0
7878
8989 docs :
9090 runs-on : ubuntu-latest
9191 steps :
92- - uses : actions/checkout@v5
92+ - uses : actions/checkout@v6
9393 with :
9494 fetch-depth : 0
9595
You can’t perform that action at this time.
0 commit comments