File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ concurrency:
21
21
22
22
jobs :
23
23
check :
24
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13 .0
24
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15 .0
25
25
with :
26
26
envs : |
27
27
- linux: check-style
31
31
cache_path : /tmp/data
32
32
test :
33
33
needs : [ latest_data_cache ]
34
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13 .0
34
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15 .0
35
35
with :
36
36
libraries : |
37
37
brew:
Original file line number Diff line number Diff line change 18
18
uses : ./.github/workflows/retrieve_cache.yml
19
19
test :
20
20
needs : [ latest_data_cache ]
21
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13 .0
21
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15 .0
22
22
with :
23
23
libraries : |
24
24
brew:
Original file line number Diff line number Diff line change 59
59
mv ./galsim_data/* ${{ env.GALSIM_PATH }}
60
60
- run : echo GALSIM_CAT_PATH=${{ env.GALSIM_PATH }}real_galaxy_catalog_23.5_example.fits >> $GITHUB_ENV
61
61
- name : retrieve cached WebbPSF data
62
- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
62
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
63
63
with :
64
64
path : ${{ needs.download_webbpsf_data.outputs.cache_path }}
65
65
key : ${{ needs.download_webbpsf_data.outputs.cache_key }}
71
71
run : echo cache_key=data-${{ needs.download_webbpsf_data.outputs.cache_key }}-galsim-data-${{ steps.galsim_data.outputs.hash }} >> $GITHUB_OUTPUT
72
72
# save a new cache to the same generalized data directory, combined with extra data
73
73
- name : save a single combined data cache
74
- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
74
+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
75
75
with :
76
76
path : ${{ steps.cache_path.outputs.cache_path }}
77
77
key : ${{ steps.cache_key.outputs.cache_key }}
You can’t perform that action at this time.
0 commit comments