Skip to content

Commit 7d320a8

Browse files
Bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba), [actions/cache](https://github.com/actions/cache) and [actions/checkout](https://github.com/actions/checkout). Updates `mamba-org/setup-micromamba` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@0dea637...b09ef9b) Updates `actions/cache` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6daea2 commit 7d320a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
release:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- run: .github/scripts/release.sh
2020
env:
2121
TAG_NAME: ${{ github.ref_name }}

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
using: composite
1818
steps:
1919
- name: Set up micromamba
20-
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
20+
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462
2121
with:
2222
condarc-file: ${{ inputs.condarc-file }}
2323
environment-name: pre-commit
@@ -26,7 +26,7 @@ runs:
2626
python=${{ inputs.python-version }}
2727
pre-commit=3
2828
- name: Cache pre-commit
29-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
29+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
3030
with:
3131
path: ~/.cache/pre-commit
3232
key: pre-commit-3|${{ inputs.python-version }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)