File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
- name : Checkout Repository
24
24
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
25
- name : Setup Python3
26
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
26
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
27
27
with :
28
28
python-version : " 3.x"
29
29
cache : " pip"
82
82
- name : Setup Python${{ matrix.python-version }}
83
83
if : ${{ !matrix.conda }}
84
84
id : pyinstalled
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 : ${{ matrix.python-version }}
88
88
cache : " pip"
Original file line number Diff line number Diff line change 36
36
- name : Setup Python3
37
37
if : ${{ matrix.os != 'windows-latest' }}
38
38
id : pyinstalled
39
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
39
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
# - name: Set up Python${{ matrix.python-version }} with NetCDF4 (conda)
Original file line number Diff line number Diff line change 36
36
submodules : true
37
37
- name : Setup Python3
38
38
id : pyinstalled
39
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
39
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
# - name: Set up Python${{ matrix.python-version }} with NetCDF4 (conda)
You can’t perform that action at this time.
0 commit comments