Обновление workflow

This commit is contained in:
Sergey Panteleev
2024-09-25 01:25:18 +05:00
parent c3c4f20a65
commit c2462fc90f

View File

@ -14,6 +14,9 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip-lint]')"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Получение изменённых файлов
id: get_file_changes
uses: trilom/file-changes-action@v1.2.4