-
Notifications
You must be signed in to change notification settings - Fork 626
Comparing changes
Open a pull request
base repository: actions/setup-python
base: v5.1.0
head repository: actions/setup-python
compare: v5.3.0
- 18 commits
- 29 files changed
- 13 contributors
Commits on Jun 26, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4eb7dbc - Browse repository at this point
Copy the full SHA 4eb7dbcView commit details
Commits on Jun 27, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for a0d74c0 - Browse repository at this point
Copy the full SHA a0d74c0View commit details
Commits on Jul 10, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 39cd149 - Browse repository at this point
Copy the full SHA 39cd149View commit details
Commits on Jul 22, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for cb68456 - Browse repository at this point
Copy the full SHA cb68456View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04c1311 - Browse repository at this point
Copy the full SHA 04c1311View commit details
Commits on Aug 5, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 036a523 - Browse repository at this point
Copy the full SHA 036a523View commit details
Commits on Aug 7, 2024
-
fix: add arch to cache key (#896)
* fix: add arch to cache key * test: update tests accordingly
Configuration menu - View commit details
-
Copy full SHA for 80b49d3 - Browse repository at this point
Copy the full SHA 80b49d3View commit details
Commits on Aug 8, 2024
-
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>
1Configuration menu - View commit details
-
Copy full SHA for 2bd53f9 - Browse repository at this point
Copy the full SHA 2bd53f9View commit details
Commits on Aug 13, 2024
-
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
1Configuration menu - View commit details
-
Copy full SHA for f677139 - Browse repository at this point
Copy the full SHA f677139View commit details
Commits on Sep 6, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 29a37be - Browse repository at this point
Copy the full SHA 29a37beView commit details
Commits on Sep 10, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 65b48c7 - Browse repository at this point
Copy the full SHA 65b48c7View commit details -
Merge pull request #941 from actions/Jcambass-patch-1
Add workflow file for publishing releases to immutable action package
Configuration menu - View commit details
-
Copy full SHA for 70dcb22 - Browse repository at this point
Copy the full SHA 70dcb22View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3226af6 - Browse repository at this point
Copy the full SHA 3226af6View commit details
Commits on Sep 26, 2024
-
Merge pull request #943 from actions/Jcambass-patch-1
Upgrade IA publish
Configuration menu - View commit details
-
Copy full SHA for e9675cc - Browse repository at this point
Copy the full SHA e9675ccView commit details
Commits on Oct 4, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 19dfb7b - Browse repository at this point
Copy the full SHA 19dfb7bView commit details
Commits on Oct 21, 2024
-
* Revise `isGhes` logic * ran `npm run format` * add unit test * ran `npm run format`
Configuration menu - View commit details
-
Copy full SHA for f4c5a11 - Browse repository at this point
Copy the full SHA f4c5a11View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9c76e71 - Browse repository at this point
Copy the full SHA 9c76e71View commit details
Commits on Oct 24, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 0b93645 - Browse repository at this point
Copy the full SHA 0b93645View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.1.0...v5.3.0