Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: conda/actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v25.1.2
Choose a base ref
...
head repository: conda/actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v25.2.0
Choose a head ref
  • 7 commits
  • 15 files changed
  • 4 contributors

Commits on Jan 27, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#260)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3)
    - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    1f5ac66 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Configuration menu
    Copy the full SHA
    09f3fbd View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-node from 4.1.0 to 4.2.0 in /read-yaml (#257)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.1.0 to 4.2.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@39370e3...1d0ff46)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    ea7a2ae View commit details
    Browse the repository at this point in the history
  3. Bump conda/actions from 25.1.1 to 25.1.2 in /check-cla (#258)

    Bumps [conda/actions](https://github.com/conda/actions) from 25.1.1 to 25.1.2.
    - [Release notes](https://github.com/conda/actions/releases)
    - [Commits](8ff3faa...7873f9d)
    
    ---
    updated-dependencies:
    - dependency-name: conda/actions
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    ddd2a88 View commit details
    Browse the repository at this point in the history
  4. Bump conda-incubator/setup-miniconda from 3.1.0 to 3.1.1 in /canary-r…

    …elease (#259)
    
    * Bump conda-incubator/setup-miniconda in /canary-release
    
    Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 3.1.0 to 3.1.1.
    - [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@d2e6a04...505e639)
    
    ---
    updated-dependencies:
    - dependency-name: conda-incubator/setup-miniconda
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Apply suggestions from code review
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ken Odegard <kodegard@anaconda.com>
    dependabot[bot] and kenodegard authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    f584789 View commit details
    Browse the repository at this point in the history
  5. [pre-commit.ci] pre-commit autoupdate (#262)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4)
    - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1)
    - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    02a76c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Append instead of overwriting stats (#265)

    * Append instead of overwriting stats
    
    * Add tests
    
    * Fix stats rendering
    
    * Update test_combine_durations.py
    kenodegard authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    a46e86a View commit details
    Browse the repository at this point in the history
Loading