-
Notifications
You must be signed in to change notification settings - Fork 644
Comparing changes
Open a pull request
base repository: actions/setup-python
base: v5
head repository: actions/setup-python
compare: v6
- 16 commits
- 50 files changed
- 11 contributors
Commits on May 21, 2025
-
Enhance reading from .python-version (#787)
* Enhance reading from .python-version * Fix typos * Fix lint * Add built files * Don't use EOL versions in `utils.test.ts` * Fix Prettier * Don't use unreleased versions in `utils.test.ts` * Update versions in `utils.test.ts` again
Configuration menu - View commit details
-
Copy full SHA for 5db1cf9 - Browse repository at this point
Copy the full SHA 5db1cf9View commit details
Commits on Jun 18, 2025
-
Bump @actions/tool-cache from 2.0.1 to 2.0.2 (#1095)
* Bump @actions/tool-cache from 2.0.1 to 2.0.2 Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 2.0.1 to 2.0.2. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache) --- updated-dependencies: - dependency-name: "@actions/tool-cache" dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix failures --------- 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 5fa0ee6 - Browse repository at this point
Copy the full SHA 5fa0ee6View commit details
Commits on Jun 20, 2025
-
Add support for
pip-version
(#1129)* Add pip-version input * Update workflow files * Add documentation * Update workflow files
Configuration menu - View commit details
-
Copy full SHA for e9c40fb - Browse repository at this point
Copy the full SHA e9c40fbView commit details
Commits on Jun 25, 2025
-
Enhance cache-dependency-path handling to support files outside the w…
…orkspace root (#1128) * ehnace cache dependency path handling * logic update * npm run format-check * update cacheDependencies tests to cover resolved paths and copy edge cases * check failure fix * depricate-windows-2019 * refactored the code * Check failure fix
Configuration menu - View commit details
-
Copy full SHA for 1264885 - Browse repository at this point
Copy the full SHA 1264885View commit details
Commits on Jul 3, 2025
-
Add Architecture-Specific PATH Management for Python with --user Flag…
… on Windows (#1122) * logic to update install oath with --user flg * format update * format update * update * test job to validate --user flag installtion * updated the script * updated the yaml * update the inputs * updated script * update the correct script file name * updated script and yaml * npm run format-check * fix-test failures * path update * check failure fix * updated test * update free threaded version * updated the comments
Configuration menu - View commit details
-
Copy full SHA for 532b046 - Browse repository at this point
Copy the full SHA 532b046View commit details
Commits on Jul 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 88ffd4d - Browse repository at this point
Copy the full SHA 88ffd4dView commit details
Commits on Jul 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3c6f142 - Browse repository at this point
Copy the full SHA 3c6f142View commit details
Commits on Jul 24, 2025
-
Add version parsing from Pipfile (#1067)
* feature: add version parsing from Pipfile * Update utils.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/utils.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/utils.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: update dist/setup/index.js --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 36da51d - Browse repository at this point
Copy the full SHA 36da51dView commit details
Commits on Jul 29, 2025
-
Bump idna from 2.9 to 3.7 in /__tests__/data (#843)
Bumps [idna](https://github.com/kjd/idna) from 2.9 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v2.9...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 03bb615 - Browse repository at this point
Copy the full SHA 03bb615View commit details
Commits on Jul 30, 2025
-
Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)
* fix dependabot alert#183 * command updates
Configuration menu - View commit details
-
Copy full SHA for fbeb884 - Browse repository at this point
Copy the full SHA fbeb884View commit details
Commits on Aug 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9322b3c - Browse repository at this point
Copy the full SHA 9322b3cView commit details
Commits on Aug 26, 2025
-
Change missing cache directory error to warning (#1182)
* update error to warning when no dependency to cache * updated the return
Configuration menu - View commit details
-
Copy full SHA for f62a0e2 - Browse repository at this point
Copy the full SHA f62a0e2View commit details -
Bump actions/checkout from 4 to 5 (#1181)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5b668cf - Browse repository at this point
Copy the full SHA 5b668cfView commit details -
Clarify pythonLocation behavior for PyPy and GraalPy in environment v…
…ariables (#1183) * documentation update * spaces update
Configuration menu - View commit details
-
Copy full SHA for 65b0712 - Browse repository at this point
Copy the full SHA 65b0712View commit details
Commits on Aug 28, 2025
-
Revert "Enhance cache-dependency-path handling to support files outsi…
Configuration menu - View commit details
-
Copy full SHA for 3d1e2d2 - Browse repository at this point
Copy the full SHA 3d1e2d2View commit details
Commits on Sep 4, 2025
-
* Upgrade to node 24 Upgrade ot node * licence manual updates * pckage.json version update * version update * update package-lock.json * upgrade `actions/checkout` to v5 and `actions/setup-python` to v6 in README.md * upgrade `actions/checkout` to v5 and `actions/setup-python` to v6 in advanced-usage.md Updated GitHub Actions to use newer versions of checkout and setup-python actions. * node-version update in the workflows --------- Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com> Co-authored-by: priya-kinthali <147703874+priya-kinthali@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e797f83 - Browse repository at this point
Copy the full SHA e797f83View 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...v6