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 15
15
steps :
16
16
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
17
- name : Set up Python
18
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
18
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
19
19
- name : Install dependencies
20
20
run : pip install mypy
21
21
- name : Run mypy
36
36
steps :
37
37
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38
38
- name : Set up Python ${{ matrix.python-version }}
39
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
39
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
- name : Install test dependencies
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
19
19
20
20
- name : Set up Python
21
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
21
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
22
22
23
23
- name : Install build dependencies
24
24
run : python -m pip install build
You can’t perform that action at this time.
0 commit comments