File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313
1414 - name : Set up Python 3.8
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : 3.8
1818
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v4
2323 - name : Set up Python 3.8
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : ' 3.8'
2727 - uses : pre-commit/action@v3.0.0
3636 steps :
3737 - uses : actions/checkout@v4
3838 - name : Set up Python ${{ matrix.python-version }}
39- uses : actions/setup-python@v4
39+ uses : actions/setup-python@v5
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 allow-prereleases : true
6666 steps :
6767 - uses : actions/checkout@v4
6868 - name : Set up Python ${{ matrix.python-version }}
69- uses : actions/setup-python@v4
69+ uses : actions/setup-python@v5
7070 with :
7171 python-version : ${{ matrix.python-version }}
7272 - name : Install markdown-it-py
8787 - uses : actions/checkout@v4
8888
8989 - name : Set up Python 3.8
90- uses : actions/setup-python@v4
90+ uses : actions/setup-python@v5
9191 with :
9292 python-version : ' 3.8'
9393
@@ -116,7 +116,7 @@ jobs:
116116 - name : Checkout source
117117 uses : actions/checkout@v4
118118 - name : Set up Python 3.8
119- uses : actions/setup-python@v4
119+ uses : actions/setup-python@v5
120120 with :
121121 python-version : ' 3.8'
122122 - name : install flit
You can’t perform that action at this time.
0 commit comments