Skip to content

Fix GitHub actions warnings #132

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

Merged
merged 3 commits into from
Jan 27, 2023
Merged

Conversation

robgee86
Copy link
Contributor

Motivation

This PR fixes some deprecation warnings that are being returned when GitHub actions are run, e.g.:

The set-output command is deprecated and will be disabled soon.

Node.js 12 actions are deprecated.

Change description

  • Replaced set-output command with its new counterpart
  • Updated checkout action from v2 to v3
  • Updated setup-go action from v2 to v3

Additional Notes

N/A

Reviewer checklist

  • PR address a single concern.
  • PR title and description are properly filled.
  • Changes will be merged in main.
  • Changes are covered by tests.
  • Logging is meaningful in case of troubleshooting.
  • History is clean, commit messages are meaningful (see CONTRIBUTING.md) and are well formatted.

@robgee86 robgee86 requested a review from mirkokurt January 26, 2023 22:36
@CLAassistant
Copy link

CLAassistant commented Jan 26, 2023

CLA assistant check
All committers have signed the CLA.

@mirkokurt mirkokurt merged commit 86a85b1 into main Jan 27, 2023
@mirkokurt mirkokurt deleted the robgee86/fix-github-actions-warnings branch January 27, 2023 09:05
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.

3 participants