File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 name : Lint ${{ matrix.os }}
1313 runs-on : ${{ matrix.os }}
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - uses : actions/setup-python@v6
1717 with :
1818 cache : pip
3838 name : Test ${{ matrix.os }}
3939 runs-on : ${{ matrix.os }}
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 - name : Set up Python
4343 uses : actions/setup-python@v6
4444 with :
5858 name : Test Python ${{ matrix.python-version }}
5959 runs-on : ubuntu-latest
6060 steps :
61- - uses : actions/checkout@v5
61+ - uses : actions/checkout@v6
6262 - name : Set up Python
6363 uses : actions/setup-python@v6
6464 with :
Original file line number Diff line number Diff line change 22 pre-commit_autoupdate :
33 runs-on : ubuntu-latest
44 steps :
5- - uses : actions/checkout@v5
5+ - uses : actions/checkout@v6
66 with :
77 ssh-key : ${{ secrets.SSH_DEPLOY_KEY }}
88 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 33 name : Prepare Release v${{ github.event.inputs.version }}
44 runs-on : ubuntu-latest
55 steps :
6- - uses : actions/checkout@v5
6+ - uses : actions/checkout@v6
77 with :
88 ssh-key : ${{ secrets.SSH_DEPLOY_KEY }}
99 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 66 id-token : write
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v5
9+ - uses : actions/checkout@v6
1010 - name : Set up Python
1111 uses : actions/setup-python@v6
1212 with :
Original file line number Diff line number Diff line change 44 name : Tag Release
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v5
7+ - uses : actions/checkout@v6
88 with :
99 fetch-depth : 3
1010 ssh-key : ${{ secrets.SSH_DEPLOY_KEY }}
You can’t perform that action at this time.
0 commit comments