Skip to content

Commit df15358

Browse files
authored
Merge pull request #344 from spacetelescope/dependabot/github_actions/dot-github/workflows/actions-62d338a83e
2 parents 20c07af + ce62024 commit df15358

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
11+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@e97344095b099e1d729fe97429078c9975921d8a # v2.6.2
1212
with:
1313
env: |
1414
FFTW_DIR: /opt/homebrew/opt/fftw/lib/

.github/workflows/data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
mv ./galsim_data/* ${{ env.GALSIM_PATH }}
6060
- run: echo GALSIM_CAT_PATH=${{ env.GALSIM_PATH }}real_galaxy_catalog_23.5_example.fits >> $GITHUB_ENV
6161
- name: retrieve STPSF data cache
62-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
62+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6363
with:
6464
path: ${{ needs.download_stpsf_data.outputs.cache_path }}
6565
key: ${{ needs.download_stpsf_data.outputs.cache_key }}
@@ -71,7 +71,7 @@ jobs:
7171
run: echo cache_key=${{ needs.download_stpsf_data.outputs.cache_key }}-galsim-${{ steps.galsim_data.outputs.hash }} >> $GITHUB_OUTPUT
7272
# save a new cache to the same generalized data directory, combined with extra data
7373
- name: cache combined data
74-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
74+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7575
with:
7676
path: ${{ steps.cache_path.outputs.cache_path }}
7777
key: ${{ steps.cache_key.outputs.cache_key }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ concurrency:
3333

3434
jobs:
3535
check:
36-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
36+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@e97344095b099e1d729fe97429078c9975921d8a # v2.6.2
3737
with:
3838
envs: |
3939
- linux: check-style
@@ -55,7 +55,7 @@ jobs:
5555
cache_path: /tmp/data
5656
test:
5757
needs: [crds_context, latest_data_cache]
58-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
58+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@e97344095b099e1d729fe97429078c9975921d8a # v2.6.2
5959
with:
6060
libraries: |
6161
apt:

.github/workflows/tests_extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
test:
4747
if: (github.repository == 'spacetelescope/romanisim' && (github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'run extra tests')))
4848
needs: [crds_context, latest_data_cache]
49-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
49+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@e97344095b099e1d729fe97429078c9975921d8a # v2.6.2
5050
with:
5151
libraries: |
5252
apt:

0 commit comments

Comments
 (0)