File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : actions/setup-python@v5
1414 with :
1515 python-version : 3.12
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414
1515 - name : Set up Python 3.9
1616 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 3434 id-token : write
3535
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 with :
3939 fetch-depth : 0
4040 persist-credentials : false
Original file line number Diff line number Diff line change 2626 os : macos-latest
2727 runs-on : ${{ matrix.os }}
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Set up Python ${{ matrix.python-version }}
3131 uses : actions/setup-python@v5
3232 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414
1515 - name : Set up Python 3.13
1616 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2020 - windows-latest
2121 runs-on : ${{ matrix.os }}
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Set up Python ${{ matrix.python-version }}
2525 uses : actions/setup-python@v5
2626 with :
You can’t perform that action at this time.
0 commit comments