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 1818 distribution : temurin
1919 cache : gradle
2020 - name : Set up Python 3.10
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
2222 with :
2323 python-version : ' 3.10'
2424 - name : Set up fireci
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-22.04
1212 steps :
131314- - uses : actions/setup-python@v2
14+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
1515 with :
1616 python-version : ' 3.9'
1717 - run : |
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 runs-on : ubuntu-22.04
1717 steps :
181819- - uses : actions/setup-python@v2
19+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
2020 with :
2121 python-version : ' 3.8'
2222 - run : |
2323 pip install -e "ci/fireci[test]"
2424 - run : |
2525 pytest ci/fireci
2626 - 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 3434 distribution : temurin
3535 cache : gradle
3636 - name : Set up Python 3.10
37- uses : actions/setup-python@v4
37+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
3838 with :
3939 python-version : ' 3.10'
4040 - name : Set up fireci
Original file line number Diff line number Diff line change 3535 distribution : temurin
3636 cache : gradle
3737 - name : Set up Python 3.10
38- uses : actions/setup-python@v4
38+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
3939 with :
4040 python-version : ' 3.10'
4141 - uses : google-github-actions/auth@v2
7070 distribution : temurin
7171 cache : gradle
7272 - name : Set up Python 3.10
73- uses : actions/setup-python@v4
73+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
7474 with :
7575 python-version : ' 3.10'
7676 - uses : google-github-actions/auth@v2
@@ -106,7 +106,7 @@ jobs:
106106 distribution : temurin
107107 cache : gradle
108108 - name : Set up Python 3.10
109- uses : actions/setup-python@v4
109+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
110110 with :
111111 python-version : ' 3.10'
112112 - uses : google-github-actions/auth@v2
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Set up Python 3.10
11- uses : actions/setup-python@v4
11+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
1212 with :
1313 python-version : ' 3.10'
1414
Original file line number Diff line number Diff line change 3333 cache : gradle
3434
3535 - name : Set up Python 3.10
36- uses : actions/setup-python@v4
36+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
3737 if : ${{ steps.changed-files.outputs.any_changed == 'true' }}
3838 with :
3939 python-version : ' 3.10'
Original file line number Diff line number Diff line change 5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : Setup python
54- uses : actions/setup-python@v2
54+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
5555 with :
5656 python-version : 3.7
5757
You can’t perform that action at this time.
0 commit comments