Skip to content

Commit 569c9c9

Browse files
Bump the actions group across 1 directory with 2 updates (#187)
Bumps the actions group with 2 updates in the /.github/workflows directory: [OpenAstronomy/github-actions-workflows](https://github.com/openastronomy/github-actions-workflows) and [actions/cache](https://github.com/actions/cache). Updates `OpenAstronomy/github-actions-workflows` from 1.13.0 to 1.15.0 - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](OpenAstronomy/github-actions-workflows@v1.13.0...9f1f432) Updates `actions/cache` from 4.1.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) --- updated-dependencies: - dependency-name: OpenAstronomy/github-actions-workflows dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5adef8e commit 569c9c9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

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

2222
jobs:
2323
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
2525
with:
2626
envs: |
2727
- linux: check-style
@@ -31,7 +31,7 @@ jobs:
3131
cache_path: /tmp/data
3232
test:
3333
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
3535
with:
3636
libraries: |
3737
brew:

.github/workflows/ci_cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/retrieve_cache.yml
1919
test:
2020
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
2222
with:
2323
libraries: |
2424
brew:

.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 cached WebbPSF data
62-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
62+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
6363
with:
6464
path: ${{ needs.download_webbpsf_data.outputs.cache_path }}
6565
key: ${{ needs.download_webbpsf_data.outputs.cache_key }}
@@ -71,7 +71,7 @@ jobs:
7171
run: echo cache_key=data-${{ needs.download_webbpsf_data.outputs.cache_key }}-galsim-data-${{ steps.galsim_data.outputs.hash }} >> $GITHUB_OUTPUT
7272
# save a new cache to the same generalized data directory, combined with extra data
7373
- 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
7575
with:
7676
path: ${{ steps.cache_path.outputs.cache_path }}
7777
key: ${{ steps.cache_key.outputs.cache_key }}

0 commit comments

Comments
 (0)