10000 Comparing v5.1.0...v5.1.1 · actions/setup-python · GitHub
[go: up one dir, main page]

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: actions/setup-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.0
Choose a base ref
...
head repository: actions/setup-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.1
Choose a head ref
  • 3 commits
  • 10 files changed
  • 5 contributors

Commits on Jun 26, 2024

  1. Bump braces from 3.0.2 to 3.0.3 (#893)

    * Bump braces from 3.0.2 to 3.0.3
    
    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump undici from 5.28.3 to 5.28.4
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
    dependabot[bot] and HarithaVattikuti authored Jun 26, 2024
    Configuration menu
    Copy the full A8EF SHA
    4eb7dbc View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. fix(ci): update all failing workflows (#863)

    * fix(ci): update all failing workflows
    
    With `macos-latest` moving to `macos-14`, most workflows are currently failing.
    Update them to be able to run on `macos-latest`
    
    Don't test python 3.5 on ubuntu. It's been EOL for almost 4 years and there are now some certificate issues with pip.
    
    * review: remove test with python 3.5, 3.6 & 3.7
    
    * add latest versions to e2e-tests.yml
    mayeut authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a0d74c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Documentation update for cache (#873)

    * updated doc
    
    * added note
    
    * modify1
    
    * Update advanced-usage.md
    
    * Update 0000-caching-dependencies.md
    
    ---------
    
    Co-authored-by: gowridurgad <gowridurga@github.com>
    gowridurgad and gowridurgad authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    39cd149 View commit details
    Browse the repository at this point in the history
Loading
0