File tree 4 files changed +4
-4
lines changed
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
33
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
29
29
- name : Set up Python ${{ inputs.python-version }}
30
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
30
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
38
39
39
- name : Set up Python ${{ matrix.python-version }}
40
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
40
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
- name : Set up Python ${{ inputs.python-version }}
31
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
31
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
32
32
with :
33
33
python-version : ${{ inputs.python-version }}
34
34
You can’t perform that action at this time.
0 commit comments