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 1717 with :
1818 fetch-depth : 0
1919 - name : Set up Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.10'
2323 - name : Install dependencies
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v6
2727 - name : Set up Python ${{ matrix.python-version }}
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131 - name : Install dependencies
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v6
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments