6767 persist-credentials : false
6868
6969 - name : Set up Python ${{ matrix.python-version }}
70- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
70+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
7171 with :
7272 python-version : ${{ matrix.python-version }}
7373 allow-prereleases : true
7878 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
7979
8080 - name : Cache
81- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
81+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
8282 with :
8383 path : ${{ steps.pip-cache.outputs.dir }}
8484 key :
@@ -163,7 +163,7 @@ jobs:
163163 persist-credentials : false
164164
165165 - name : Set up Python ${{ matrix.python-version }}
166- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
166+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
167167 with :
168168 python-version : ${{ matrix.python-version }}
169169 allow-prereleases : true
@@ -174,7 +174,7 @@ jobs:
174174 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
175175
176176 - name : Cache
177- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
177+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
178178 with :
179179 path : ${{ steps.pip-cache.outputs.dir }}
180180 key :
@@ -223,7 +223,7 @@ jobs:
223223 persist-credentials : false
224224
225225 - name : Set up Python ${{ matrix.python-version }}
226- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
226+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
227227 with :
228228 python-version : ${{ matrix.python-version }}
229229 allow-prereleases : true
@@ -234,7 +234,7 @@ jobs:
234234 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
235235
236236 - name : Cache
237- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
237+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
238238 with :
239239 path : ${{ steps.pip-cache.outputs.dir }}
240240 key :
@@ -273,7 +273,7 @@ jobs:
273273 persist-credentials : false
274274
275275 - name : Set up Python ${{ matrix.python-version }}
276- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
276+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
277277 with :
278278 python-version : ' 3.10'
279279
@@ -283,7 +283,7 @@ jobs:
283283 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
284284
285285 - name : Cache
286- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
286+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
287287 with :
288288 path : ${{ steps.pip-cache.outputs.dir }}
289289 key :
@@ -324,7 +324,7 @@ jobs:
324324
325325 - name : Coverage comment
326326 id : coverage_comment
327- uses : py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
327+ uses : py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
328328 with :
329329 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
330330 MERGE_COVERAGE_FILES : true
0 commit comments