astral-sh / ruff-vscode

A Visual Studio Code extension with support for the Ruff linter.
Other
946 stars 45 forks source link

fix: usage of deprecated `Node.js 16 actions` #447

Closed hamirmahal closed 2 months ago

hamirmahal commented 2 months ago

fixes #446.

hamirmahal commented 2 months ago

Summary

This pull request updates ci.yaml so that it no longer uses deprecated Node.js 16 actions.

Test Plan

CI

Without this change

image

With this change

image

hamirmahal commented 2 months ago

https://github.com/astral-sh/ruff-vscode/actions/runs/8669261852?pr=447

hamirmahal commented 2 months ago

You're welcome!