ubsuny / 23-Homework4G4

MIT License
0 stars 10 forks source link

Error while linting #40

Closed pratibha77118 closed 8 months ago

pratibha77118 commented 8 months ago

I get the following error while running the linting action. The linting process is completed successfully however the test failed because of this error. Any idea on how to resolve this issue??

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2.

laserlab commented 8 months ago

As I was writing in your related PR (link your PRs in issues!) #38 did you check if v4 of those workflows work?

poojashresthacode commented 8 months ago

@pratibha77118 you can replace v2 by v4 and check if it works.

laserlab commented 8 months ago

Why don’t you comment on the PR and request changes? @poojashresthacode

poojashresthacode commented 8 months ago

I should have done that. But, now she has done it already. Thanks for reminding me professor.

pratibha77118 commented 8 months ago

@laserlab it was the issue I got by using version 2. I now changed it to version 4 and it works fine.