File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
packages : graphviz texlive liblua5.2-0 libclang1-9 libclang-cpp9
30
30
version : 3.0
31
31
32
- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
32
+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
33
33
id : cp310
34
34
with :
35
35
python-version : ' 3.10'
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Setup python
23
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
23
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
24
24
with :
25
25
python-version : ' 3.10.10'
26
26
architecture : ' x64'
Original file line number Diff line number Diff line change 74
74
DEBIAN_FRONTEND : noninteractive # to prevent apt-get from waiting user input
75
75
TZ : " Europe/London" # to prevent tzdata from waiting user input
76
76
- name : Setup Python ${{ env.PYTHON_VERSION }}
77
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
77
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
78
78
with :
79
79
python-version : ${{ env.PYTHON_VERSION }}
80
80
Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
29
29
- name : Setup Python
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 : ' 3.10'
33
33
Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
24
24
- name : Setup Python
25
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
25
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
26
26
with :
27
27
python-version : ' 3.10'
28
28
Original file line number Diff line number Diff line change 31
31
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
32
33
33
- name : Setup Python
34
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
34
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
35
35
with :
36
36
python-version : ' 3.9'
37
37
You can’t perform that action at this time.
0 commit comments