File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 echo "Tag is on main branch, proceeding with release"
3030 - name : Set up Python 3.12
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : 3.12
3434 - name : 🔗 Install dependencies
Original file line number Diff line number Diff line change 3333 steps :
3434 - uses : actions/checkout@v5
3535 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@v5
36+ uses : actions/setup-python@v6
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 - name : Install dependencies
Original file line number Diff line number Diff line change 3737 steps :
3838 - uses : actions/checkout@v5
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments