File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 linter :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-python@v5
1818 with :
1919 python-version : " 3.12"
Original file line number Diff line number Diff line change 1313 # IMPORTANT: this permission is mandatory for trusted publishing
1414 id-token : write
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717
1818 - name : Setup Python 3.12
1919 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1717 matrix :
1818 python-version : ['3.11', '3.12']
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : actions/setup-python@v5
2222 with :
2323 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments