5050 steps :
5151 - uses : actions/checkout@v4.2.2
5252 - name : Set up Python ${{ matrix.python.version }}
53- uses : actions/setup-python@v5.3 .0
53+ uses : actions/setup-python@v5.4 .0
5454 with :
5555 python-version : ${{ matrix.python.version }}
5656 - name : Install dependencies
6969 steps :
7070 - uses : actions/checkout@v4.2.2
7171 - name : Set up Python
72- uses : actions/setup-python@v5.3 .0
72+ uses : actions/setup-python@v5.4 .0
7373 with :
7474 python-version : " 3.12"
<
7440
tr class="diff-line-row">7575 - name : Install dependencies
9191 steps :
9292 - uses : actions/checkout@v4.2.2
9393 - name : Set up Python ${{ matrix.python-version }}
94- uses : actions/setup-python@v5.3 .0
94+ uses : actions/setup-python@v5.4 .0
9595 with :
9696 python-version : " 3.12"
9797 - name : Install dependencies
@@ -114,7 +114,7 @@ jobs:
114114 name : Python wheel
115115 steps :
116116 - uses : actions/checkout@v4.2.2
117- - uses : actions/setup-python@v5.3 .0
117+ - uses : actions/setup-python@v5.4 .0
118118 with :
119119 python-version : " 3.12"
120120 - name : Install dependencies
@@ -133,7 +133,7 @@ jobs:
133133 steps :
134134 - uses : actions/checkout@v4.2.2
135135 - name : Set up Python
136- uses : actions/setup-python@v5.3 .0
136+ uses : actions/setup-python@v5.4 .0
137137 with :
138138 python-version : ' 3.12'
139139 - uses : actions/download-artifact@v4.1.8
0 commit comments