-
Notifications
You must be signed in to change notification settings - Fork 616
Comparing changes
Open a pull request
base repository: actions/setup-python
base: v5.3.0
head repository: actions/setup-python
compare: v5.4.0
- 11 commits
- 43 files changed
- 8 contributors
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55aad42 - 10000 Browse repository at this point
Copy the full SHA 55aad42View commit details
Commits on Dec 19, 2024
-
Enhance Workflows: Add Ubuntu-24, Remove Python 3.8 (#985)
* included ubuntu24 testing * Remove Python 3.8 testing from workflows due to end of life (EOL)
Configuration menu - View commit details
-
Copy full SHA for 3fddbee - Browse repository at this point
Copy the full SHA 3fddbeeView commit details
Commits on Jan 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1928ae6 - Browse repository at this point
Copy the full SHA 1928ae6View commit details
Commits on Jan 21, 2025
-
Use the new cache service: upgrade
@actions/cache
to^4.0.0
(#1007)* Upgrade-actions/cache * Review licenses & update types * Fixed poetry install command in e2e-cache.yml * Updated package-lock.json
Configuration menu - View commit details
-
Copy full SHA for b8cf3eb - Browse repository at this point
Copy the full SHA b8cf3ebView commit details
Commits on Jan 22, 2025
-
Configure Dependabot settings (#1008)
* Create dependabot.yml * Update e2e-cache.yml
Configuration menu - View commit details
-
Copy full SHA for e3dfaac - Browse repository at this point
Copy the full SHA e3dfaacView commit details -
Bump undici from 5.28.4 to 5.28.5 (#1012)
* Bump undici from 5.28.4 to 5.28.5 Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.4...v5.28.5) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * fix for chec-dist and license check failures --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
Configuration menu - View commit details
-
Copy full SHA for d0b4fc4 - Browse repository at this point
Copy the full SHA d0b4fc4View commit details
Commits on Jan 27, 2025
-
Bump urllib3 from 1.25.9 to 1.26.19 in /__tests__/data (#895)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](urllib3/urllib3@1.25.9...1.26.19) --- updated-dependencies: - dependency-name: urllib3 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 feb9c6e - Browse repository at this point
Copy the full SHA feb9c6eView commit details -
Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#1014)
Bumps [actions/publish-immutable-action](https://github.com/actions/publish-immutable-action) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/actions/publish-immutable-action/releases) - [Commits](actions/publish-immutable-action@0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: actions/publish-immutable-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 0dc2d2c - Browse repository at this point
Copy the full SHA 0dc2d2cView commit details -
Bump @actions/http-client from 2.2.1 to 2.2.3 (#1020)
* Bump @actions/http-client from 2.2.1 to 2.2.3 Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 2.2.1 to 2.2.3. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client) --- updated-dependencies: - dependency-name: "@actions/http-client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix for licensed and check-dist checks failures --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
Configuration menu - View commit details
-
Copy full SHA for ceb20b2 - Browse repository at this point
Copy the full SHA ceb20b2View commit details -
Bump requests from 2.24.0 to 2.32.2 in /__tests__/data (#1019)
Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.24.0...v2.32.2) --- updated-dependencies: - dependency-name: requests 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 709bfa5 - Browse repository at this point
Copy the full SHA 709bfa5View commit details -
Improve Advanced Usage examples (#645)
* docs: fix outputs python-version example and description Description was lacking words, example was misleading (id was set to cp310 which clearly was a reference to CPython 3.10, but the id is referring to the setup-python action! * docs: copy-editing in advanced-usage.md Signed-off-by: Stephen L. <lrq3000@gmail.com> * docs: add example if statement in advanced-usage.md Signed-off-by: Stephen L. <lrq3000@gmail.com> * docs: implement changes suggested by @mahabaleshwars (deprecate pypy2.7, 3.7, 3.8, tweak example, remove wildcard *) Signed-off-by: Stephen L. <LRQ3000@gmail.com> --------- Signed-off-by: Stephen L. <lrq3000@gmail.com> Signed-off-by: Stephen L. <LRQ3000@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4237552 - Browse repository at this point
Copy the full SHA 4237552View 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.3.0...v5.4.0