This repository was archived by the owner on May 29, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v3
2626
2727 - name : Set up Python 3.8
28- uses : actions/setup-python@v3
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : 3.8
3131
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Set up Python ${{ matrix.py-version }}
21- uses : actions/setup-python@v3
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.py-version }}
2424
Original file line number Diff line number Diff line change 3838 git config --global user.name "Caian Ertl"
3939
4040 - name : Set up Python ${{ matrix.py-version }}
41- uses : actions/setup-python@v3
41+ uses : actions/setup-python@v6
4242 with :
4343 python-version : ${{ matrix.py-version }}
4444
You can’t perform that action at this time.
0 commit comments