Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI actions to latest versions #383

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

thunderbiscuit
Copy link
Member

@thunderbiscuit thunderbiscuit commented Jul 5, 2023

This PR simply updates some of our actions from v2 to v3:

  • checkout (v3)
  • setup-java (v3)
  • cache (v3)
  • upload-artifact (v3)
  • setup-python (v4)

Fixes #377.

It also brings the title of the Python release workflow in line with the others:

  • Publish bdkpython to PyPI <- new name
  • Publish bdk-jvm to Maven Central
  • Publish bdk-android to Maven Central

Checklists

All Submissions:

Bugfixes:

  • This pull request breaks the existing API
  • I've added tests to reproduce the issue which are now passing
  • I'm linking the issue being fixed by this PR

@thunderbiscuit thunderbiscuit self-assigned this Jul 5, 2023
@thunderbiscuit thunderbiscuit added this to the Release 0.30.0 milestone Jul 5, 2023
@thunderbiscuit thunderbiscuit force-pushed the update-ci branch 2 times, most recently from 470d75a to e98d8a3 Compare July 5, 2023 11:12
* checkout (v3)
* setup-java (v3)
* cache (v3)
* upload-artifact (v3)
* setup-python (v4)
Copy link
Member

@notmandatory notmandatory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK bc182c7

@thunderbiscuit thunderbiscuit merged commit bc182c7 into bitcoindevkit:master Jul 6, 2023
@thunderbiscuit thunderbiscuit deleted the update-ci branch November 14, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Deal with long-standing NodeJS 12 Actions warning in CI
2 participants