Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump conda-incubator/setup-miniconda from 2.2.0 to 2.3.0 #1272

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps conda-incubator/setup-miniconda from 2.2.0 to 2.3.0.

Release notes

Sourced from conda-incubator/setup-miniconda's releases.

Version 2.3.0

Documentation

  • #263 Update links to GitHub shell docs
  • #289 Consider leading with conda activation does not work on sh, please use bash

Features

  • #296 Update Miniconda architectures (enables M1 = osx-arm64 runners)

Tasks and Maintenance

  • #273 Bump json5 from 1.0.1 to 1.0.2
  • #293 Remove Python 2.7 from test matrix (EOL since April 2020, >4 years)
  • #294 Update dependencies
  • #295 Add dependabot config to update action versions in workflows by
  • #300 Fix CI (lint + examples)
  • #304 Fix CI: Remove not working example-13, use Miniforge in example-6

#263: conda-incubator/setup-miniconda#263 #289: conda-incubator/setup-miniconda#289 #296: conda-incubator/setup-miniconda#296 #273: conda-incubator/setup-miniconda#273 #293: conda-incubator/setup-miniconda#293 #294: conda-incubator/setup-miniconda#294 #295: conda-incubator/setup-miniconda#295 #300: conda-incubator/setup-miniconda#300 #304: conda-incubator/setup-miniconda#300

New Contributors

Changelog

Sourced from conda-incubator/setup-miniconda's changelog.

v2.3.0 (2023-11-22)

Documentation

  • #263 Update links to GitHub shell docs
  • #289 Consider leading with conda activation does not work on sh, please use bash

Features

  • #296 Update Miniconda architectures (enables M1 = osx-arm64 runners)

Tasks and Maintenance

  • #273 Bump json5 from 1.0.1 to 1.0.2
  • #293 Remove Python 2.7 from test matrix (EOL since April 2020, >4 years)
  • #294 Update dependencies
  • #295 Add dependabot config to update action versions in workflows by
  • #300 Fix CI (lint + examples)
  • #304 Fix CI: Remove not working example-13, use Miniforge in example-6

#263: conda-incubator/setup-miniconda#263 #289: conda-incubator/setup-miniconda#289 #296: conda-incubator/setup-miniconda#296 #273: conda-incubator/setup-miniconda#273 #293: conda-incubator/setup-miniconda#293 #294: conda-incubator/setup-miniconda#294 #295: conda-incubator/setup-miniconda#295 #300: conda-incubator/setup-miniconda#300 #304: conda-incubator/setup-miniconda#300

Commits
  • 9f54435 Merge pull request #306 from conda-incubator/develop
  • 93c5907 Merge pull request #305 from dbast/prepare
  • 1d2c3d2 Prepare release: Update CHANGELOG, pump version to 2.3.0
  • f5dfb0b Merge pull request #304 from dbast/fix
  • 059c3f7 Fix CI: Remove not working example-13, use Miniforge in example-6
  • 684141f Create example-13.yml
  • 4830701 Merge pull request #300 from dbast/develop
  • 65226b7 Update ex6+10
  • cac6a2b Run "npm run format" + "npm run build"
  • a885222 Remove failing example
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 2.2.0 to 2.3.0.
- [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@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: conda-incubator/setup-miniconda
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 27, 2023
@codecov-commenter
Copy link

codecov-commenter commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5deb35d) 85.55% compared to head (c54a776) 85.55%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1272   +/-   ##
=======================================
  Coverage   85.55%   85.55%           
=======================================
  Files          77       77           
  Lines        4257     4257           
  Branches      758      758           
=======================================
  Hits         3642     3642           
  Misses        446      446           
  Partials      169      169           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@charlesbluca charlesbluca merged commit 5d8da2c into main Nov 27, 2023
25 checks passed
@charlesbluca charlesbluca deleted the dependabot/github_actions/conda-incubator/setup-miniconda-2.3.0 branch November 27, 2023 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants