Skip to content

Commit 6f10ab4

Browse files
Bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) and [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `actions/checkout` from 4 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) Updates `conda-incubator/setup-miniconda` from 3 to 4 - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](conda-incubator/setup-miniconda@v3...v4) Updates `prefix-dev/setup-pixi` from 0.8.3 to 0.9.6 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.8.3...v0.9.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: conda-incubator/setup-miniconda dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d20d54 commit 6f10ab4

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/conda_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
pyver: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1212
fail-fast: false
1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: conda-incubator/setup-miniconda@v3
14+
- uses: actions/checkout@v7
15+
- uses: conda-incubator/setup-miniconda@v4
1616
with:
1717
auto-update-conda: true
1818
activate-environment: test
@@ -41,8 +41,8 @@ jobs:
4141
name: Flake8 linting
4242
runs-on: "ubuntu-latest"
4343
steps:
44-
- uses: actions/checkout@v4
45-
- uses: conda-incubator/setup-miniconda@v3
44+
- uses: actions/checkout@v7
45+
- uses: conda-incubator/setup-miniconda@v4
4646
with:
4747
auto-update-conda: true
4848
activate-environment: test

.github/workflows/pixi_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v7
2121

2222
- name: Setup Pixi
23-
uses: prefix-dev/setup-pixi@v0.8.3
23+
uses: prefix-dev/setup-pixi@v0.9.6
2424
with:
2525
# Specify which environment from your pixi.toml to install
2626
environments: ${{ matrix.environment }}
@@ -39,7 +39,7 @@ jobs:
3939
# matrix:
4040
# environment: [py311, py312, py313]
4141
# steps:
42-
# - uses: actions/checkout@v4
42+
# - uses: actions/checkout@v7
4343
# - uses: prefix-dev/setup-pixi@v0.9.6
4444
# with:
4545
# environments: ${{ matrix.environment }}

0 commit comments

Comments
 (0)