Skip to content

ci: update deprecated GitHub Actions to current major versions - #699

Open
EoinTrial wants to merge 1 commit into
spotify:mainfrom
EoinTrial:fix-deprecated-github-actions
Open

ci: update deprecated GitHub Actions to current major versions#699
EoinTrial wants to merge 1 commit into
spotify:mainfrom
EoinTrial:fix-deprecated-github-actions

Conversation

@EoinTrial

@EoinTrial EoinTrial commented Jul 19, 2026

Copy link
Copy Markdown

Several workflow steps were pinned to Actions versions that GitHub has deprecated:

  • ci.yml: actions/checkout@v3 and actions/setup-python@v4 both trigger the "Node.js 16 actions are deprecated" warning
  • publish.yml: actions/checkout@v2 is older still, based on the deprecated Node12 runtime

Bumped all three to their current major versions (checkout@v4, setup-python@v5), matching what spotify/pedalboard and spotify/basic-pitch already use in their own workflows. There are no functional changes to build logic, only to the Action versions.

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.

1 participant