File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4343 - uses : actions/checkout@v4
4444
4545 - name : Use Python ${{ matrix.python-version }}
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : ${{ matrix.python-version }}
4949
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020 - name : Use Python 3.10
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.10"
2424 - name : Check current tag
6666 steps :
6767 - uses : actions/checkout@v4
6868 - name : Set up Python 3.10
69- uses : actions/setup-python@v5
69+ uses : actions/setup-python@v6
7070 with :
7171 python-version : " 3.10"
7272 - name : Install pypa/build
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v4
2222 - name : Set up Python 3.10
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : " 3.10"
2626 - name : Syntax validation
3737 steps :
3838 - uses : actions/checkout@v4
3939 - name : Set up Python 3.10
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : " 3.10"
4343 - name : Install pypa/build
Original file line number Diff line number Diff line change 3636 steps :
3737 - uses : actions/checkout@v4
3838 - name : Set up Python 3.10
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : " 3.10"
4242 - name : Install package
You can’t perform that action at this time.
0 commit comments