File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v7
1616 with :
1717 python-version : " 3.10"
1818
Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v4
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v7
2525 with :
2626 python-version : " 3.11"
2727 cache : pip
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v4
2323 - name : Set up Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v7
2525 with :
2626 python-version : ' 3.10'
2727 - uses : pre-commit/action@v3.0.1
3737 steps :
3838 - uses : actions/checkout@v4
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v7
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 allow-prereleases : true
7171 steps :
7272 - uses : actions/checkout@v4
7373 - name : Set up Python ${{ matrix.python-version }}
74- uses : actions/setup-python@v5
74+ uses : actions/setup-python@v7
7575 with :
7676 python-version : ${{ matrix.python-version }}
7777 - name : Install markdown-it-py
9292 - uses : actions/checkout@v4
9393
9494 - name : Set up Python
95- uses : actions/setup-python@v5
95+ uses : actions/setup-python@v7
9696 with :
9797 python-version : ' 3.10'
9898
@@ -124,7 +124,7 @@ jobs:
124124 url : https://pypi.org/p/markdown-it-py
125125 steps :
126126 - uses : actions/checkout@v4
127- - uses : actions/setup-python@v5
127+ - uses : actions/setup-python@v7
128128 with :
129129 python-version : ' 3.10'
130130 - run : pip install flit~=3.4
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" flit_core >=3.4,<4 " ]
2+ requires = [" flit_core >=3.4,<5 " ]
33build-backend = " flit_core.buildapi"
44
55[project ]
You can’t perform that action at this time.
0 commit comments