File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v5
1414 - name : Set up Python 3.12
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : 3.12
1818 - 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