From c8ec939994d7ed2ec77b7bbe59ed5f5b72fb5607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:17:37 -0400 Subject: [PATCH] fix: bump dciborow/action-pylint from 0.1.0 to 0.1.1 (#19) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b72eb51..11173ae 100644 --- a/action.yml +++ b/action.yml @@ -159,7 +159,7 @@ runs: python -m flit install || python -m pip install . - if: ${{ inputs.pylint == 'true' }} - uses: dciborow/action-pylint@0.1.0 + uses: dciborow/action-pylint@0.1.1 with: github_token: ${{ inputs.github_token }} workdir: ${{ inputs.root }}/${{ inputs.workdir }}