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.3.0
Choose a head ref
  • 18 commits
  • 29 files changed
  • 13 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 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

Commits on Sep 6, 2024

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

Commits on Sep 10, 2024

  1. Create publish-immutable-actions.yml

    This workflow file publishes new action releases to the immutable action package of the same name as this repo.
    
    This is part of the Immutable Actions project which is not yet fully released to the public. First party actions like this one are part of our initial testing of this feature.
    Jcambass authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    65b48c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #941 from actions/Jcambass-patch-1

    Add workflow file for publishing releases to immutable action package
    Jcambass authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    70dcb22 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Upgrade IA publish

    Jcambass authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3226af6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request #943 from actions/Jcambass-patch-1

    Upgrade IA publish
    Jcambass authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e9675cc View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Bump default versions to latest (#905)

    People copy/paste these values all the time... might as well start them off on the right foot with a modern default.
    jeffwidman authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    19dfb7b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Revise isGhes logic (#963)

    * Revise `isGhes` logic
    
    * ran `npm run format`
    
    * add unit test
    
    * ran `npm run format`
    jww3 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f4c5a11 View commit details
    Browse the repository at this point in the history
  2. Bump pillow from 7.2 to 10.2.0 in /__tests__/data (#956)

    * Update e2e-cache.yml
    
    * Update basic-validation.yml
    
    * Pyinstaller upgrade to 5.13.1
    
    * pyinstaller-update
    
    * Update basic-validation.yml
    
    * Update e2e-cache.yml
    
    * fix-db-alert-164-165-166
    
    * upgrade pillow
    aparnajyothi-y authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9c76e71 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Enhance workflows: Add macOS 13 support, upgrade publish-action, and …

    …update documentation for arm64 and latest versions (#965)
    
    * update ci workflows with latest versions and added macos-13
    
    * updated document with latest versions
    priya-kinthali authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0b93645 View commit details
    Browse the repository at this point in the history
Loading