From 8554d55e4decf74eb2284aacf6e3196929793d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 08:33:44 +0000 Subject: [PATCH] fix: bump dciborow/action-pylint from 0.0.4 to 0.1.0 Bumps [dciborow/action-pylint](https://github.com/dciborow/action-pylint) from 0.0.4 to 0.1.0. - [Release notes](https://github.com/dciborow/action-pylint/releases) - [Commits](https://github.com/dciborow/action-pylint/compare/0.0.4...0.1.0) --- updated-dependencies: - dependency-name: dciborow/action-pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a4d3cdc..380cceb 100644 --- a/action.yml +++ b/action.yml @@ -145,7 +145,7 @@ runs: workdir: ${{ inputs.root }}/${{ inputs.workdir }} - if: ${{ inputs.pylint == 'true' }} - uses: dciborow/action-pylint@0.0.4 + uses: dciborow/action-pylint@0.1.0 with: github_token: ${{ inputs.github_token }} workdir: ${{ inputs.root }}/${{ inputs.workdir }}