File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15
15
- name : Set up Python
16
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
16
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
17
17
with :
18
18
python-version : " 3.x"
19
19
- name : Run pre-commit
Original file line number Diff line number Diff line change 27
27
steps :
28
28
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29
29
- name : Set up Python ${{ matrix.python-version }}
30
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
30
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
cache : ' pip'
48
48
steps :
49
49
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
50
50
- name : ' Set up Python 3.8'
51
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
51
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
52
52
with :
53
53
python-version : ' 3.8'
54
54
- name : Install dependencies
68
68
steps :
69
69
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
70
70
- name : ' Set up Python 3.8'
71
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
71
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
72
72
with :
73
73
python-version : ' 3.8'
74
74
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments