Skip to content

Commit ea5ea1b

Browse files
Bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) 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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e07666 commit ea5ea1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
outputs:
2424
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727
with:
2828
fetch-depth: 2
2929

@@ -52,12 +52,12 @@ jobs:
5252
python-version: ["3.11", "3.13"]
5353

5454
steps:
55-
- uses: actions/checkout@v6
55+
- uses: actions/checkout@v7
5656
with:
5757
fetch-depth: 0
5858

5959
- name: Setup micromamba
60-
uses: mamba-org/setup-micromamba@v2
60+
uses: mamba-org/setup-micromamba@v3
6161
with:
6262
environment-file: ci/requirements/environment.yaml
6363
environment-name: tests

0 commit comments

Comments
 (0)