File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
29
29
30
30
- name : Set up Python ${{ inputs.python-version }}
31
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
31
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
32
32
with :
33
33
python-version : ${{ inputs.python-version }}
34
34
Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
28
28
29
29
- name : Set up Python ${{ inputs.python-version }}
30
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
30
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
38
38
39
39
- name : Set up Python ${{ matrix.python-version }}
40
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
40
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
41
41
with :
42
42
python-version : ${{ inputs.python-version }}
43
43
Original file line number Diff line number Diff line change 35
35
fetch-depth : 0 # IMPORTANT: otherwise the current tag does not get fetched and the build version gets worse
36
36
37
37
- name : Set up Python 3.11
38
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
38
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
39
39
with :
40
40
python-version : 3.11
41
41
Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
29
29
30
30
- name : Set up Python ${{ inputs.python-version }}
31
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
31
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .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