Skip to content

fix: update actions/setup-python to v6.0.0#69

Merged
mraible merged 1 commit intomainfrom
fix/update-setup-python-v6.0.0
Nov 10, 2025
Merged

fix: update actions/setup-python to v6.0.0#69
mraible merged 1 commit intomainfrom
fix/update-setup-python-v6.0.0

Conversation

@mraible
Copy link
Copy Markdown
Contributor

@mraible mraible commented Nov 10, 2025

Update actions/setup-python action to use the correct commit hash for v6.0.0 release.

Changes:

  • Updated actions/setup-python from incorrect hash 0b93645e9fea7318ecaed2b359559ac225c90a20 to correct hash e797f83bcb11b83ae66e0230d6156d7c80228e7c
  • Updated version comment from # v6 to # v6.0.0 for clarity

Issue:
The previous commit hash does not exist in the public actions/setup-python repository, which prevented workflows from running. This likely occurred when workflows were disabled before the migration to pinned commit hashes.

Testing:
After merging, GitHub Actions workflows using setup-python will be able to run successfully.

Update actions/setup-python action to use the correct commit hash
for v6.0.0 release (e797f83bcb11b83ae66e0230d6156d7c80228e7c).

The previous hash (0b93645e9fea7318ecaed2b359559ac225c90a20) does
not exist in the public repository and prevented workflows from running.
@mraible mraible requested a review from a team November 10, 2025 18:01
@mraible mraible merged commit fc538ae into main Nov 10, 2025
@mraible mraible deleted the fix/update-setup-python-v6.0.0 branch November 10, 2025 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants