File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
steps :
30
30
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31
31
- name : Set up Python ${{ env.PYTHON_VERSION }}
32
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
32
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
33
33
with :
34
34
python-version : ${{ env.PYTHON_VERSION }}
35
35
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 34
34
steps :
35
35
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
36
- name : Set up Python ${{ env.PYTHON_VERSION }}
37
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
37
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
38
38
with :
39
39
python-version : ${{ env.PYTHON_VERSION }}
40
40
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 38
38
with :
39
39
persist-credentials : false
40
40
- name : Set up Python ${{ env.PYTHON_VERSION }}
41
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
41
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
42
42
with :
43
43
python-version : ${{ env.PYTHON_VERSION }}
44
44
- name : Use Node.js ${{ env.NODE_VERSION }}
You can’t perform that action at this time.
0 commit comments