File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v4
26
26
27
27
- name : Setup Python ${{ env.default-python-version }}
28
- uses : actions/setup-python@v5.0 .0
28
+ uses : actions/setup-python@v5.1 .0
29
29
with :
30
30
python-version : ${{ env.default-python-version }}
31
31
85
85
uses : actions/checkout@v4
86
86
87
87
- name : Setup Python ${{ env.default-python-version }}
88
- uses : actions/setup-python@v5.0 .0
88
+ uses : actions/setup-python@v5.1 .0
89
89
with :
90
90
python-version : ${{ env.default-python-version }}
91
91
@@ -124,7 +124,7 @@ jobs:
124
124
uses : actions/checkout@v4
125
125
126
126
- name : Setup Python ${{ matrix.python }}
127
- uses : actions/setup-python@v5.0 .0
127
+ uses : actions/setup-python@v5.1 .0
128
128
with :
129
129
python-version : ${{ matrix.python }}
130
130
@@ -169,7 +169,7 @@ jobs:
169
169
uses : actions/checkout@v4
170
170
171
171
- name : Setup Python ${{ env.default-python-version }}
172
- uses : actions/setup-python@v5.0 .0
172
+ uses : actions/setup-python@v5.1 .0
173
173
with :
174
174
python-version : ${{ env.default-python-version }}
175
175
You can’t perform that action at this time.
0 commit comments