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

JS GitHub workflows #508

Merged
merged 3 commits into from
Aug 27, 2023
Merged

JS GitHub workflows #508

merged 3 commits into from
Aug 27, 2023

Conversation

SenseException
Copy link
Member

No description provided.

@greg0ire
Copy link
Member

Should paths also be specified?

@SenseException
Copy link
Member Author

That would look like in the recent commit.

runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v2"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"

runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v2"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"

@greg0ire
Copy link
Member

Approving in case you used "v2" in order to be consistent with other workflows, and plan to switch all workflows to v3 in another PR.

@SenseException SenseException merged commit d2b64bb into master Aug 27, 2023
12 checks passed
@SenseException SenseException deleted the js-workflows branch August 27, 2023 17:10
@SenseException
Copy link
Member Author

Approving in case you used "v2" in order to be consistent with other workflows, and plan to switch all workflows to v3 in another PR.

Revisiting the workflows wasn't at the top of my todo list, but I can do at least update versions in a new PR in one of my next PRs.

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