json-schema-org / community

A space to discuss community and organisational related things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐛Bug/Maintenance: Updating actions which are on deprecated Node version

ayushtiwari110 opened this issue · comments

GitHub Discussion: website repo/issue-539

Work Summary:

In the GitHub Discussion, @benjagm asked that we need to upgrade the deprecated github actions of the community repo.

As a result, we need to update the following worklows which are deprecated:

  • Close issues with no tasks and a specific label:
    close issue no task
  • Create OCWM weekly:
    ocwm
  • Search for issues and PR labeled 'agenda' and add them to the agenda:
    image

Completing this work will mean that all our workflows are using latest Node.js version, hence the warnings shown by github in the actions dashboard will be resolved!

Do you think this work might require an Architectural Decision Record (ADR)? (significant or noteworthy)

No
[JUSTIFICATION]

Work Detail:

  • Updating the versions of various github actions which are using deprecated Node version

Any further requirements to resolve this issue
No

@benjagm , If you'd like can I take this one? It's similar to the issue in the website repo which I've raised. Thanks!

Hi there @benjagm . Can I start working on this issue. It's a short issue, and I 've worked on similar issue in website repo , and also on other cicd tasks.

Go ahead @ayushtiwari110 . Thanks!

@benjagm , I have raised a PR for this issue. Kindly have a look at it when you get a moment. Thanks! 🚀