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 1818 name : lint and fmt - Python ${{ matrix.python-version }} on ${{ matrix.architecture }}
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Install prettier
2424 run : |
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Install uv
1717 uses : astral-sh/setup-uv@v6
Original file line number Diff line number Diff line change 1717 name : unittest - Python ${{ matrix.python-version }} on ${{ matrix.architecture }}
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Install uv
2323 uses : astral-sh/setup-uv@v6
You can’t perform that action at this time.
0 commit comments