Skip to content

Commit 3b4314a

Browse files
Bump actions/cache from 4.2.3 to 4.2.4 (#207)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f993fc commit 3b4314a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- if: matrix.crds-observatory != ''
7171
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
7272
- if: env.CRDS_CONTEXT != ''
73-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
73+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
7474
with:
7575
path: ${{ env.CRDS_PATH }}
7676
key: crds-${{ matrix.package }}-${{ env.CRDS_CONTEXT }}
@@ -136,7 +136,7 @@ jobs:
136136
- if: matrix.crds-observatory != ''
137137
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
138138
- if: env.CRDS_CONTEXT != ''
139-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
139+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
140140
with:
141141
path: ${{ env.CRDS_PATH }}
142142
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
231+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
232232
with:
233233
path: |
234234
${{ needs.crds_test_cache.outputs.path }}
@@ -271,7 +271,7 @@ jobs:
271271
- if: matrix.crds-observatory != ''
272272
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
273273
- if: env.CRDS_CONTEXT != ''
274-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
274+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
275275
with:
276276
path: ${{ env.CRDS_PATH }}
277277
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
294+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
295295
with:
296296
path: tests/data/
297297
key: data-${{ hashFiles('tests/data/*') }}

0 commit comments

Comments
 (0)