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 GitHub actions to latest versions #2502

Merged
merged 1 commit into from
Sep 30, 2023
Merged

Conversation

JamesLMilner
Copy link
Collaborator

@JamesLMilner JamesLMilner commented Sep 30, 2023

This PR:

  • updates actions/checkout to v3 (from v2)
  • updates actions/setup-node to v3 (from v1)
  • removes manual caching for yarn as this is now handled via setup-node after version 2 (see: https://github.com/actions/setup-node/releases/tag/v2.2.0). Has the nice side effect of removing a lot of noisy and potentially confusing code.

Resolves warnings on build:

Screenshot 2023-09-30 at 09 44 50

@JamesLMilner JamesLMilner merged commit 1a155df into master Sep 30, 2023
3 checks passed
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