File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 18
18
distribution : temurin
19
19
cache : gradle
20
20
- name : Set up Python 3.10
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
22
22
with :
23
23
python-version : ' 3.10'
24
24
- name : Set up fireci
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-22.04
12
12
steps :
13
13
14
- - uses : actions/setup-python@v2
14
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
15
15
with :
16
16
python-version : ' 3.9'
17
17
- run : |
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
runs-on : ubuntu-22.04
17
17
steps :
18
18
19
- - uses : actions/setup-python@v2
19
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
20
20
with :
21
21
python-version : ' 3.8'
22
22
- run : |
23
23
pip install -e "ci/fireci[test]"
24
24
- run : |
25
25
pytest ci/fireci
26
26
- run : |
27
- mypy --config-file ci/fireci/setup.cfg ci/fireci/
27
+ mypy --config-file ci/fireci/setup.cfg ci/fireci/
Original file line number Diff line number Diff line change 34
34
distribution : temurin
35
35
cache : gradle
36
36
- name : Set up Python 3.10
37
- uses : actions/setup-python@v4
37
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
38
38
with :
39
39
python-version : ' 3.10'
40
40
- name : Set up fireci
Original file line number Diff line number Diff line change 35
35
distribution : temurin
36
36
cache : gradle
37
37
- name : Set up Python 3.10
38
- uses : actions/setup-python@v4
38
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
39
39
with :
40
40
python-version : ' 3.10'
41
41
- uses : google-github-actions/auth@v2
70
70
distribution : temurin
71
71
cache : gradle
72
72
- name : Set up Python 3.10
73
- uses : actions/setup-python@v4
73
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
74
74
with :
75
75
python-version : ' 3.10'
76
76
- uses : google-github-actions/auth@v2
@@ -106,7 +106,7 @@ jobs:
106
106
distribution : temurin
107
107
cache : gradle
108
108
- name : Set up Python 3.10
109
- uses : actions/setup-python@v4
109
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
110
110
with :
111
111
python-version : ' 3.10'
112
112
- uses : google-github-actions/auth@v2
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Set up Python 3.10
11
- uses : actions/setup-python@v4
11
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
12
12
with :
13
13
python-version : ' 3.10'
14
14
Original file line number Diff line number Diff line change 33
33
cache : gradle
34
34
35
35
- name : Set up Python 3.10
36
- uses : actions/setup-python@v4
36
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
37
37
if : ${{ steps.changed-files.outputs.any_changed == 'true' }}
38
38
with :
39
39
python-version : ' 3.10'
Original file line number Diff line number Diff line change 51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- name : Setup python
54
- uses : actions/setup-python@v2
54
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
55
55
with :
56
56
python-version : 3.7
57
57
You can’t perform that action at this time.
0 commit comments