From c0e779d4cebea2cdf3c01898ec1ba60c9d50ed20 Mon Sep 17 00:00:00 2001 From: mgrachev <700998+mgrachev@users.noreply.github.com> Date: Sun, 19 Oct 2025 14:26:20 +0000 Subject: [PATCH] chore(deps): update dotenv-linter to 4.0.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 21735b7..dd2ac92 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ runs: shell: sh env: REVIEWDOG_VERSION: v0.21.0 - DOTENV_LINTER_VERSION: v3.3.0 + DOTENV_LINTER_VERSION: v4.0.0 # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611 INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}