dequelabs / axe-linter-action

A GitHub Action to lint for any accessibility issues in your pull requests.
Mozilla Public License 2.0
8 stars 6 forks source link

Command deprecated messages #34

Open ogind-bdhavale opened 4 months ago

ogind-bdhavale commented 4 months ago

During the execution of dequelabs/axe-linter-action@v1 in the GitHub Action workflow, it throws the below warnings:

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

I noticed that the actions/checkout@v2 action is being used and Instead, ' actions/checkout@v4` (v4 instead of v2) should be used. That might be the reason.

Please look into this and confirm once it is fixed.