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.0.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.2.0
Choose a head ref
  • 15 commits
  • 31 files changed
  • 14 contributors

Commits on Dec 14, 2023

  1. 1 Configuration menu
    Copy the full SHA
    e9d6f99 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. 1 Configuration menu
    Copy the full SHA
    2f07895 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Fix the "Specifying multiple Python/PyPy versions" link (#782)

    The link was broken due to inconsistency between a table of content and
    an actual title of a corresponding section of the Advanced Usage guide.
    Jamim authored Jan 24, 2024
    1 Configuration menu
    Copy the full SHA
    871daa9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Bump undici from 5.27.2 to 5.28.3 (#817)

    * Bump undici from 5.27.2 to 5.28.3
    
    Bumps [undici](https://github.com/nodejs/undici) from 5.27.2 to 5.28.3.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.27.2...v5.28.3)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * license check fix
    
    * dependency fix
    
    * nightly version issue fix
    
    ---------
    
    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 Mar 11, 2024
    1 Configuration menu
    Copy the full SHA
    9a7ac94 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    10aa35a View commit details
    Browse the repository at this point in the history
  2. Documentation changes for avoiding rate limit issues on GHES (#835)

    * initial commit for documentation changes related to rawapi
    
    * documentation changes and added check for validating raw api
    
    * documenation changes for pr
    priya-kinthali authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    82c7e63 View commit details
    Browse the repository at this point in the history

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 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

Commits on Jul 22, 2024

  1. 1 Configuration menu
    Copy the full SHA
    cb68456 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    04c1311 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Fix: Add .zip extension to Windows package downloads for `Expand-Ar…

    …chive` Compatibility (#916)
    
    * Fix: specify filename during Windows package download
    
    * Changed unit test download urls
    priyagupta108 authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    036a523 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. fix: add arch to cache key (#896)

    * fix: add arch to cache key
    
    * test: update tests accordingly
    Zxilly authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    80b49d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Documentation update for caching poetry dependencies (#908)

    * Create testing.yml
    
    * Update testing.yml
    
    * Fix for parsing version number from TOML 1.0.0 pyproject.toml file
    
    * Delete .github/workflows/testing.yml
    
    * fixed license issue
    
    * updated the Note
    
    * updated doc
    
    * updated the doc
    
    * npm run build
    
    * Mark up corrections
    
    ---------
    
    Co-authored-by: gowridurgad <gowridurga@github.com>
    Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
    3 people authored Aug 8, 2024
    1 Configuration menu
    Copy the full SHA
    2bd53f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Bump pyinstaller from 3.6 to 5.13.1 in /__tests__/data (#923)

    * Update e2e-cache.yml
    
    * Update basic-validation.yml
    
    * Pyinstaller upgrade to 5.13.1
    
    * pyinstaller-update
    
    * Update basic-validation.yml
    
    * Update e2e-cache.yml
    aparnajyothi-y authored Aug 13, 2024
    1 Configuration menu
    Copy the full SHA
    f677139 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy