8080 with :
8181 persist-credentials : false
8282 - name : Setup Python ${{ inputs.python-version }}
83- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
83+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
8484 with :
8585 python-version : ${{ inputs.python-version }}
8686 - name : Run pre-commit
@@ -144,12 +144,12 @@ jobs:
144144 run : |
145145 sudo apt-get install gdal-bin
146146 - name : Setup Python ${{ inputs.python-version }}
147- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
147+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
148148 with :
149149 python-version : ${{ inputs.python-version }}
150150 cache : pip
151151 - name : Cache pip packages
152- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
152+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
153153 env :
154154 cache-name : cache-pip-modules
155155 with :
@@ -178,7 +178,7 @@ jobs:
178178 run : |
179179 pytest -ra -vvv --cov=. --cov-report=xml
180180 - name : Store coverage.xml
181- uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
181+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
182182 with :
183183 path : ${{ inputs.working-directory && format('{0}/', inputs.working-directory) || ''}}coverage.xml
184184 key : cache-${{ github.run_id }}-${{ github.run_attempt }}
@@ -199,7 +199,7 @@ jobs:
199199 fetch-depth : 0
200200 persist-credentials : false
201201 - name : Restore coverage.xml
202- uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
202+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
203203 with :
204204 path : ${{ inputs.working-directory && format('{0}/', inputs.working-directory) || ''}}coverage.xml
205205 key : cache-${{ github.run_id }}-${{ github.run_attempt }}
0 commit comments