File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
steps :
27
27
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
28
- name : Set up Python ${{ env.PYTHON_VERSION }}
29
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
29
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
30
30
with :
31
31
python-version : ${{ env.PYTHON_VERSION }}
32
32
- 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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
37
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
41
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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