File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 python-version : ["3.9", "3.11", "3.13"]
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v3
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 - name : Install dependencies
Original file line number Diff line number Diff line change 2424 python-version : ["3.9", "3.11", "3.13"]
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v3
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 - name : Install dependencies
Original file line number Diff line number Diff line change 2424 python-version : ["3.9", "3.11", "3.13"]
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v3
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments