Skip to content

Commit 15abd27

Browse files
Bump the actions group in /.github/workflows with 3 updates
Bumps the actions group in /.github/workflows with 3 updates: [actions/cache](https://github.com/actions/cache), [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `mamba-org/setup-micromamba` from 2 to 3 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v2...v3) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: mamba-org/setup-micromamba dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 724e049 commit 15abd27

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
~/conda_pkgs_dir
3131
/usr/share/miniconda/envs/roman-data-workshop-env
3232
key: conda-${{ runner.os }}-${{ hashFiles('00_install/environment.yml') }}-${{ github.sha }}
33-
- uses: mamba-org/setup-micromamba@v2
33+
- uses: mamba-org/setup-micromamba@v3
3434
with:
3535
environment-name: roman-data-workshop-env
3636
environment-file: 00_install/environment.yml
3737
- run: python ./00_install/verify_install.py
3838
- run: conda env export > roman-data-workshop-env-${{ github.sha }}.yml
39-
- uses: actions/upload-artifact@v4
39+
- uses: actions/upload-artifact@v7
4040
with:
4141
name: roman-data-workshop-env-${{ github.sha }}.yml
4242
path: roman-data-workshop-env-${{ github.sha }}.yml
@@ -58,7 +58,7 @@ jobs:
5858
/usr/share/miniconda/envs/roman-data-workshop-env
5959
key: conda-${{ runner.os }}-${{ hashFiles('00_install/environment.yml') }}-${{ github.sha }}
6060
if: steps.data_cache.outputs.cache-hit != 'true'
61-
- uses: mamba-org/setup-micromamba@v2
61+
- uses: mamba-org/setup-micromamba@v3
6262
with:
6363
environment-name: roman-data-workshop-env
6464
environment-file: 00_install/environment.yml
@@ -88,7 +88,7 @@ jobs:
8888
environment-file: 00_install/environment.yml
8989
- run: echo "crds_context=$(crds list --operational-context)" >> $GITHUB_OUTPUT
9090
id: crds_context
91-
- uses: actions/cache@v4
91+
- uses: actions/cache@v5
9292
with:
9393
path: ${{ env.CRDS_PATH }}
9494
key: crds-jwst-datamodels-${{ steps.crds_context.outputs.crds_context }}

0 commit comments

Comments
 (0)