diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml index 8b3fb4305d..aaea20d3e0 100644 --- a/.github/workflows/editorconfig.yml +++ b/.github/workflows/editorconfig.yml @@ -15,7 +15,7 @@ jobs: with: node-version: '14' - id: files - uses: jitterbit/get-changed-files@v1 + uses: Ana06/get-changed-files@v1.2 - name: Проверка линтером run: | npm install editorconfig-checker --global diff --git a/.github/workflows/yaspeller-pr.yml b/.github/workflows/yaspeller-pr.yml index 0d3db92236..3833fcc396 100644 --- a/.github/workflows/yaspeller-pr.yml +++ b/.github/workflows/yaspeller-pr.yml @@ -12,7 +12,7 @@ jobs: with: node-version: '14' - id: files - uses: jitterbit/get-changed-files@v1 + uses: Ana06/get-changed-files@v1.2 - name: Проверка правописания run: | npm install yaspeller --global