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: GitHub Actions need updating where applicable for actions steps. #516

Open
capnkenny opened this issue Oct 22, 2022 · 2 comments
Open
Labels
blocked This ticket is blocked for one reason or another. bug Something isn't working CI/CD This ticket is related to the CI/CD build pipelines.

Comments

@capnkenny
Copy link
Member

Describe the issue:
Currently, we are getting the following warning:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

We will want to update any actions/* actions to ensure that we are using the latest version (which will use Node 16 instead of Node 12).

Please provide the steps to reproduce if possible:

  1. Navigate to Actions
  2. Select "Continuous Integration v2"
  3. Re-run the most recent scheduled run
    (This is only applicable to members with permissions)

Expected behaviour:
We should no longer get a warning that Node 12 is deprecated and to upgrade.
Other warnings may still occur and should be handled outside of this issue.

Please tell us about your environment:
N/A - GitHub Actions

@capnkenny capnkenny added bug Something isn't working help wanted Extra attention is needed hacktoberfest Tickets up for grabs for hacktoberfest. CI/CD This ticket is related to the CI/CD build pipelines. labels Oct 22, 2022
@capnkenny capnkenny changed the title CI: GitHub Actions need updating where applicable. CI: GitHub Actions need updating where applicable for actions steps. Oct 22, 2022
@mohzulfikar
Copy link

Hello there, first time contributor here. After some research, the issue might be connected with this PR and this. We might have to wait until the testing was done in the upstream.

@capnkenny
Copy link
Member Author

Hi there @mohzulfikar !

I don't believe we are using gha-setup-vsdevenv however we are certainly using humbletim's Vulkan SDK actions. With that said, we'll leave this as blocked for now. Thanks for the heads up!

@capnkenny capnkenny added blocked This ticket is blocked for one reason or another. and removed help wanted Extra attention is needed hacktoberfest Tickets up for grabs for hacktoberfest. labels Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This ticket is blocked for one reason or another. bug Something isn't working CI/CD This ticket is related to the CI/CD build pipelines.
Projects
None yet
Development

No branches or pull requests

2 participants