File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
fetch-depth : 0 # IMPORTANT: otherwise the current tag does not get fetched and the build version gets worse
31
31
32
32
- name : Set up Python ${{ inputs.python-version }}
33
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
33
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
34
34
with :
35
35
python-version : ${{ inputs.python-version }}
36
36
Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
28
29
29
- name : Set up Python ${{ inputs.python-version }}
30
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
30
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
31
31
with :
32
32
python-version : ${{ inputs.python-version }}
33
33
Original file line number Diff line number Diff line change 37
37
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38
38
39
39
- name : Set up Python ${{ matrix.python-version }}
40
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
40
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
41
41
with :
42
42
python-version : ${{ inputs.python-version }}
43
43
Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
29
30
30
- name : Set up Python ${{ inputs.python-version }}
31
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
31
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
32
32
with :
33
33
python-version : ${{ inputs.python-version }}
34
34
You can’t perform that action at this time.
0 commit comments