Skip to content

Commit

Permalink
update actions version (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Mar 13, 2024
1 parent f196e15 commit e433431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
webbpsf_path: ${{ steps.webbpsf_path.outputs.path }}
galsim_cat_path: ${{ steps.galsim_cat_path.outputs.path }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- id: data
Expand All @@ -53,7 +53,7 @@ jobs:
wget ${{ steps.data.outputs.galsim_url }}/real_galaxy_catalog_23.5_example_fits.fits -O galsim-data/real_galaxy_catalog_23.5_example_fits.fits
- id: data_hash
run: echo "hash=${{ hashFiles( 'romanisim/data' ) }}" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ steps.data.outputs.path }}
key: data-${{ steps.data_hash.outputs.hash }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
webbpsf_path: ${{ steps.webbpsf_path.outputs.path }}
galsim_cat_path: ${{ steps.galsim_cat_path.outputs.path }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- id: data
Expand All @@ -42,7 +42,7 @@ jobs:
wget ${{ steps.data.outputs.galsim_url }}/real_galaxy_catalog_23.5_example_fits.fits -O galsim-data/real_galaxy_catalog_23.5_example_fits.fits
- id: data_hash
run: echo "hash=${{ hashFiles( 'romanisim/data' ) }}" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ steps.data.outputs.path }}
key: data-${{ steps.data_hash.outputs.hash }}
Expand Down

0 comments on commit e433431

Please sign in to comment.