File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v3
1313 - name : Set up Python
14- uses : actions/setup-python@v5
14+ uses : actions/setup-python@v6
1515 - name : Install Flit
1616 run : pip install flit
1717 - name : Install Dependencies
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v3
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.10'
1818 - name : Install Flit
Original file line number Diff line number Diff line change 3131 steps :
3232 - uses : actions/checkout@v3
3333 - name : Set up Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 - name : Install core
4747 steps :
4848 - uses : actions/checkout@v3
4949 - name : Set up Python
50- uses : actions/setup-python@v5
50+ uses : actions/setup-python@v6
5151 with :
5252 python-version : ' 3.10'
5353 - name : Install Flit
6262 steps :
6363 - uses : actions/checkout@v3
6464 - name : Set up Python
65- uses : actions/setup-python@v5
65+ uses : actions/setup-python@v6
6666 with :
6767 python-version : 3.9
6868 - name : Install Flit
You can’t perform that action at this time.
0 commit comments