File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717 - name : Set up Python
18- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
18+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
1919 - name : Install dependencies
2020 run : pip install mypy
2121 - name : Run mypy
3737 steps :
3838 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
40+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 - name : Install test dependencies
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
2020 - name : Set up Python
21- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
21+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
2222
2323 - name : Install build dependencies
2424 run : python -m pip install build
You can’t perform that action at this time.
0 commit comments