File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 43
43
steps :
44
44
- name : Setup Python environment
45
45
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
46
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
47
47
with :
48
48
python-version : ${{ env.PYTHON_VERSION }}
49
49
- name : Install dependencies
64
64
steps :
65
65
- name : Setup Python environment
66
66
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
67
- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
67
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
68
68
with :
69
69
python-version : ${{ env.PYTHON_VERSION }}
70
70
- name : Install dependencies
80
80
steps :
81
81
- name : Setup Python environment
82
82
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
83
- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
83
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
84
84
with :
85
85
python-version : ${{ env.PYTHON_VERSION }}
86
86
- name : Install dependencies
Original file line number Diff line number Diff line change 45
45
steps :
46
46
- name : Setup Python environment
47
47
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48
- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
48
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
49
49
with :
50
50
python-version : ${{ env.PYTHON_VERSION }}
51
51
- name : Install dependencies
66
66
steps :
67
67
- name : Setup Python environment
68
68
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
69
- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
69
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
70
70
with :
71
71
python-version : ${{ env.PYTHON_VERSION }}
72
72
- name : Install dependencies
82
82
steps :
83
83
- name : Setup Python environment
84
84
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
85
- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
85
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
86
86
with :
87
87
python-version : ${{ env.PYTHON_VERSION }}
88
88
- name : Install dependencies
Original file line number Diff line number Diff line change 48
48
with :
49
49
sparse-checkout : 2023_EuroSciPy
50
50
- name : Set up Python ${{ matrix.python-version }}
51
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
51
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
- name : Install 2023_EuroSciPy
You can’t perform that action at this time.
0 commit comments