@@ -119,7 +119,7 @@ jobs:
119119          persist-credentials : false 
120120
121121      - name : " Set up Python" 
122-         uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55   #  v5.5 .0
122+         uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065   #  v5.6 .0
123123        with :
124124          python-version : " ${{ matrix.python-version }}" 
125125          allow-prereleases : true 
@@ -182,7 +182,7 @@ jobs:
182182          persist-credentials : false 
183183
184184      - name : " Set up Python" 
185-         uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55   #  v5.5 .0
185+         uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065   #  v5.6 .0
186186        with :
187187          python-version : " 3.9" #  Minimum of PYVERSIONS
188188          #  At a certain point, installing dependencies failed on pypy 3.9 and
@@ -205,7 +205,7 @@ jobs:
205205          python igor.py zip_mods 
206206
207207name : " Download coverage data" 
208-         uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e   #  v4.2.1 
208+         uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093   #  v4.3.0 
209209        with :
210210          pattern : metacov-* 
211211          merge-multiple : true 
@@ -274,7 +274,7 @@ jobs:
274274
275275name : " Download coverage HTML report" 
276276        if : ${{ github.ref == 'refs/heads/master' }} 
277-         uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e   #  v4.2.1 
277+         uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093   #  v4.3.0 
278278        with :
279279          name : html_report 
280280          path : reports_repo/${{ env.report_dir }} 
0 commit comments