6868 - if : matrix.crds-observatory != ''
6969 run : echo CRDS_CONTEXT=${{ matrix.crds-observatory == 'hst' && needs.crds-contexts.outputs.hst || (matrix.crds-observatory == 'jwst' && needs.crds-contexts.outputs.jwst || (matrix.crds-observatory == 'roman' && needs.crds-contexts.outputs.roman || '')) }} >> $GITHUB_ENV
7070 - if : env.CRDS_CONTEXT != ''
71- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
71+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7272 with :
7373 path : ${{ env.CRDS_PATH }}
7474 key : crds-${{ matrix.package }}-${{ env.CRDS_CONTEXT }}
@@ -134,7 +134,7 @@ jobs:
134134 - if : matrix.crds-observatory != ''
135135 run : echo CRDS_CONTEXT=${{ matrix.crds-observatory == 'hst' && needs.crds-contexts.outputs.hst || matrix.crds-observatory == 'jwst' && needs.crds-contexts.outputs.jwst || matrix.crds-observatory == 'roman' && needs.crds-contexts.outputs.roman || '' }} >> $GITHUB_ENV
136136 - if : env.CRDS_CONTEXT != ''
137- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
137+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
138138 with :
139139 path : ${{ env.CRDS_PATH }}
140140 key : crds-${{ matrix.package }}-${{ env.CRDS_CONTEXT }}
@@ -228,7 +228,7 @@ jobs:
228228 fetch-depth : 0
229229 - run : pip uninstall --yes crds && ./install && pip install .[submission,test,docs,synphot]
230230 working-directory : ${{ matrix.package }}
231- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
231+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
232232 with :
233233 path : |
234234 ${{ needs.crds_test_cache.outputs.path }}
@@ -269,7 +269,7 @@ jobs:
269269 - if : matrix.crds-observatory != ''
270270 run : echo CRDS_CONTEXT=${{ matrix.crds-observatory == 'hst' && needs.crds-contexts.outputs.hst || (matrix.crds-observatory == 'jwst' && needs.crds-contexts.outputs.jwst || (matrix.crds-observatory == 'roman' && needs.crds-contexts.outputs.roman || '')) }} >> $GITHUB_ENV
271271 - if : env.CRDS_CONTEXT != ''
272- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
272+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
273273 with :
274274 path : ${{ env.CRDS_PATH }}
275275 key : crds-${{ matrix.package }}-${{ env.CRDS_CONTEXT }}
@@ -291,7 +291,7 @@ jobs:
291291 post-cleanup : none
292292 - run : pip install pytest pytest-xdist
293293 - run : pip list
294- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
294+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
295295 with :
296296 path : tests/data/
297297 key : data-${{ hashFiles('tests/data/*') }}
0 commit comments