File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v4
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 - name : Install dependencies
4141 steps :
4242 - uses : actions/checkout@v4
4343 - name : Set up Python 3.8
44- uses : actions/setup-python@v4
44+ uses : actions/setup-python@v5
4545 with :
4646 python-version : ' 3.8'
4747 - name : Install dependencies
Original file line number Diff line number Diff line change 1212 - name : checkout code
1313 uses : actions/checkout@v4
1414 - name : Set up Python 3.8
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.8'
1818 - name : Install dependencies
Original file line number Diff line number Diff line change 1212 - name : Checkout
1313 uses : actions/checkout@v4
1414 - name : Set up Python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.10'
1818 - name : Build
You can’t perform that action at this time.
0 commit comments