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 1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 - name : Install Hatch
4242 steps :
4343 - uses : actions/checkout@v4
4444 - name : Set up Python ${{ matrix.python-version }}
45- uses : actions/setup-python@v4
45+ uses : actions/setup-python@v5
4646 with :
4747 python-version : ${{ matrix.python-version }}
4848 - name : Install Hatch
6464 steps :
6565 - uses : actions/checkout@v4
6666 - name : Set up Python
67- uses : actions/setup-python@v4
67+ uses : actions/setup-python@v5
6868 with :
6969 python-version : ${{ matrix.python-version }}
7070 - name : Install Hatch
8989 steps :
9090 - uses : actions/checkout@v4
9191 - name : Set up Python
92- uses : actions/setup-python@v4
92+ uses : actions/setup-python@v5
9393 with :
9494 python-version : ${{ matrix.python-version }}
9595 - name : Install Hatch
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020 - name : Set up Python
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Install Hatch
You can’t perform that action at this time.
0 commit comments