Make tests working and passing again #687
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This PR does a couple things:
Updates all references to former
master
branch to currentmain
branch - so that links and actions work again.Updates actions (checkout, setup-python, setup-node) to latest versions to get rid of warnings.
Updates
articulate/actions-markdownlint
action to v1.1.0 which supports theversion
input <- this is still showing as a warning though, so not sure what's going on :(Fix linting and n8n role so that tests are passing.
Some references:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
https://github.blog/changelog/2023-07-17-github-actions-removal-of-node12-from-the-actions-runner/
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Which issue (if any) this PR fixes:
Fixes #
Any other useful info: