File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 56
56
fetch-depth : 0
57
57
58
58
- name : Set up Python
59
- uses : actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4 .0
59
+ uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5 .0
60
60
with :
61
61
python-version : ${{ matrix.python }}
62
62
Original file line number Diff line number Diff line change 44
44
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
45
45
46
46
- name : Set up Python ${{ matrix.python }}
47
- uses : actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4 .0
47
+ uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5 .0
48
48
with :
49
49
python-version : ${{ matrix.python }}
50
50
Original file line number Diff line number Diff line change 30
30
fetch-depth : 0
31
31
32
32
- name : Set up Python
33
- uses : actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4 .0
33
+ uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5 .0
34
34
with :
35
35
python-version : ' 3.11'
36
36
Original file line number Diff line number Diff line change 44
44
token : ${{ secrets.REPO_ACCESS_TOKEN }}
45
45
46
46
- name : Set up Python
47
- uses : actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4 .0
47
+ uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5 .0
48
48
with :
49
49
python-version : ' 3.11'
50
50
@@ -110,7 +110,7 @@ jobs:
110
110
111
111
# Create the Release Notes using commitizen.
112
112
- name : Set up Python
113
- uses : actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4 .0
113
+ uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5 .0
114
114
with :
115
115
python-version : ' 3.11'
116
116
You can’t perform that action at this time.
0 commit comments