File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24
24
- name : Set up Python ${{ env.PYTHON_VERSION }}
25
- uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
25
+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
26
26
with :
27
27
python-version : ${{ env.PYTHON_VERSION }}
28
28
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 27
27
steps :
28
28
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
29
- name : Set up Python ${{ env.PYTHON_VERSION }}
30
- uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
30
+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
31
31
with :
32
32
python-version : ${{ env.PYTHON_VERSION }}
33
33
- name : Use Node.js ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments