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

ci: update unmaintained tools to use maintained tools #1254

Merged
merged 2 commits into from
Dec 22, 2022

Conversation

j75689
Copy link
Contributor

@j75689 j75689 commented Dec 22, 2022

Description

Some GitHub action tools will no longer be supported soon. Update these tools to ensure that CI can normally work in the future.

Rationale

Tools update

  1. ubuntu-18.04 => ubuntu-latest
  2. macos-11 => macos-latest
  3. windows-2019 => windows-latest
  4. actions/checkout@v2 => actions/checkout@v3
  5. actions/setup-go@v2 => actions/setup-go@v3
  6. actions/cache@v2 => actions/cache@v3
  7. actions/upload-artifact@v2 => actions/upload-artifact@v3
  8. actions/download-artifact@v2 => actions/download-artifact@v3
  9. actions/create-release@latest, actions/upload-release-asset@v1 => softprops/action-gh-release@v1

image

Package update

  1. github.com/go-ole/go-ole v1.2.1 => github.com/go-ole/go-ole v1.2.6

image

Example

N/A

Changes

Notable changes:

  • ci

@j75689 j75689 added the r4r ready for review label Dec 22, 2022
@brilliant-lx brilliant-lx merged commit 8362242 into bnb-chain:develop Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
r4r ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants